Skip to content

Commit cf00c70

Browse files
committed
fix bg on share link
1 parent 0ede716 commit cf00c70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/settings/assistants/[assistantId]/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<div
9292
class="flex flex-row gap-2 rounded-lg border-2 border-gray-200 bg-gray-100 py-2 pl-3 pr-1.5"
9393
>
94-
<input disabled class="flex-1 truncate" value={shareUrl} />
94+
<input disabled class="flex-1 truncate bg-inherit" value={shareUrl} />
9595
<CopyToClipBoardBtn
9696
value={shareUrl}
9797
classNames="!border-none !shadow-none !py-0 !px-1 !rounded-md"

0 commit comments

Comments
 (0)