Made copy link button same height as text input

This commit is contained in:
Koper
2023-09-25 19:29:29 +01:00
committed by Sara
parent f776d42b39
commit 89fde456c2

View File

@@ -34,6 +34,7 @@ const ShareLink = () => {
value={currentURL} value={currentURL}
ref={inputRef} ref={inputRef}
className="border rounded p-2 flex-grow mr-2 text-sm bg-slate-100 outline-slate-400" className="border rounded p-2 flex-grow mr-2 text-sm bg-slate-100 outline-slate-400"
style={{ minHeight: "38px" }}
/> />
<button <button
onClick={handleCopyClick} onClick={handleCopyClick}