Skip to content

Commit f191bfa

Browse files
committed
mito-ai: fix model selector style
1 parent 29da0ac commit f191bfa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mito-ai/style/ModelSelector.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,11 @@
109109

110110
.model-option:hover {
111111
background-color: var(--jp-layout-color2);
112-
color: var(--purple-700);
113112
}
114113

115114
.model-option.selected {
116115
background-color: var(--jp-layout-color2);
117-
color: var(--purple-700);
116+
color: var(--jp-brand-color2);
118117
}
119118

120119
/* When inside chat-controls - ensure proper alignment with other controls */

0 commit comments

Comments
 (0)