Skip to content

Commit 26c7b24

Browse files
committed
chore: cleanup
1 parent d327a2b commit 26c7b24

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

packages/app/src/index.css

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1 @@
11
@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

Comments
 (0)