Skip to content

Commit 24dc940

Browse files
committed
fix(t3-chat): Unthemed experimental model indicator in settings area
1 parent a0e7804 commit 24dc940

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

styles/t3-chat/catppuccin.user.less

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,7 @@
120120
}
121121

122122
.bg-primary,
123-
.bg-pink-500,
124-
.bg-blue-500,
125-
.bg-indigo-600 {
123+
.bg-pink-500 {
126124
background-color: @accent !important;
127125
}
128126

@@ -145,6 +143,10 @@
145143
color: @yellow !important;
146144
}
147145

146+
.text-orange-500 {
147+
color: @peach !important;
148+
}
149+
148150
.border-neutral-700,
149151
.border-gray-700,
150152
.border-neutral-800,

0 commit comments

Comments
 (0)