Skip to content

Commit 0c407e3

Browse files
committed
Merge branch 'preview'
2 parents d7b389c + baa9cc6 commit 0c407e3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/components/inputs/editor/LinkPicker.tsx

+7-7
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export default function LinkPicker(props: Props) {
7373
</Dialog.Trigger>
7474
<Dialog.Portal>
7575
<Dialog.Content>
76-
<section className="animate-fade-up animate-duration-200 bg-skin-base border-skin-base fixed bottom-0 z-50 flex h-fit w-full flex-col justify-between overflow-scroll rounded-t-3xl p-3 shadow-2xl border-t">
76+
<section className="animate-fade-up animate-duration-200 bg-skin-base border-skin-base fixed bottom-0 z-50 flex h-fit w-full flex-col justify-between overflow-scroll rounded-t-3xl p-3 pb-16 shadow-2xl border-t">
7777
<h2 className="text-skin-base mb-2 text-center text-xl font-semibold">
7878
Add a link
7979
</h2>
@@ -91,12 +91,12 @@ export default function LinkPicker(props: Props) {
9191
}}
9292
onInput={() => setShowError(false)}
9393
/>
94-
95-
{showError && (
96-
<small className="text-status-danger block font-medium mt-2">
97-
Invalid URL
98-
</small>
99-
)}
94+
95+
{showError && (
96+
<small className="text-status-danger block font-medium mt-2">
97+
Invalid URL
98+
</small>
99+
)}
100100
</div>
101101

102102
<div className="mt-2 gap-2 md:max-w-2xl w-full justify-end mr-auto flex items-center md:mx-auto">

0 commit comments

Comments
 (0)