We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ede716 commit cf00c70Copy full SHA for cf00c70
src/routes/settings/assistants/[assistantId]/+page.svelte
@@ -91,7 +91,7 @@
91
<div
92
class="flex flex-row gap-2 rounded-lg border-2 border-gray-200 bg-gray-100 py-2 pl-3 pr-1.5"
93
>
94
- <input disabled class="flex-1 truncate" value={shareUrl} />
+ <input disabled class="flex-1 truncate bg-inherit" value={shareUrl} />
95
<CopyToClipBoardBtn
96
value={shareUrl}
97
classNames="!border-none !shadow-none !py-0 !px-1 !rounded-md"
0 commit comments