Skip to content

Commit f8fba42

Browse files
committed
fix(t3-chat): Unthemed search grounding button
1 parent d0008bb commit f8fba42

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

styles/t3-chat/catppuccin.user.less

+13
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,19 @@
210210
color: @red;
211211
}
212212

213+
/* Search grounding button */
214+
.hover\:bg-pink-500\/10.hover\:text-pink-500\/40:hover {
215+
background-color: fade(@accent, 40%);
216+
color: @accent;
217+
}
218+
219+
.bg-pink-500\/20 {
220+
background-color: fade(@accent, 20%);
221+
& > svg {
222+
color: @accent !important;
223+
}
224+
}
225+
213226
/* Tailwind Prose */
214227
.prose {
215228
--tw-prose-body: @text !important;

0 commit comments

Comments
 (0)