We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d327a2b commit 26c7b24Copy full SHA for 26c7b24
1 file changed
packages/app/src/index.css
@@ -1,21 +1 @@
1
@import "@opencode-ai/ui/styles/tailwind";
2
-
3
-[data-component="prompt-mode-toggle"] [data-slot="icon-svg"] {
4
- color: var(--icon-base);
5
-}
6
7
-[data-component="prompt-mode-toggle"] [data-slot="icon-svg"] * {
8
- color: inherit;
9
10
11
-[data-component="prompt-mode-toggle"] button[aria-pressed="true"] [data-slot="icon-svg"] {
12
- color: var(--icon-strong-base);
13
14
15
-[data-component="prompt-mode-toggle"] [data-slot="icon-svg"] [stroke]:not([stroke="none"]) {
16
- stroke: currentColor;
17
18
19
-[data-component="prompt-mode-toggle"] [data-slot="icon-svg"] [fill]:not([fill="none"]) {
20
- fill: currentColor;
21
0 commit comments