Skip to content

Commit 9821158

Browse files
committed
fix(t3-chat): Unthemed search grounding button
1 parent 6a3113c commit 9821158

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

styles/t3-chat/catppuccin.user.less

+8-1
Original file line numberDiff line numberDiff line change
@@ -212,10 +212,17 @@
212212

213213
/* Search grounding button */
214214
.hover\:bg-pink-500\/10.hover\:text-pink-500\/40:hover {
215-
background-color: fade(@accent, 30%);
215+
background-color: fade(@accent, 40%);
216216
color: @accent;
217217
}
218218

219+
.bg-pink-500\/20 {
220+
background-color: fade(@accent, 20%);
221+
& > svg {
222+
color: @accent !important;
223+
}
224+
}
225+
219226
/* Tailwind Prose */
220227
.prose {
221228
--tw-prose-body: @text !important;

0 commit comments

Comments
 (0)