diff options
| author | Adam <[email protected]> | 2026-02-17 15:54:55 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2026-02-17 15:54:59 -0600 |
| commit | 26c7b240bac7ae9c4b9d0d4d50ae288479f861c3 (patch) | |
| tree | f1387bf996bc21b416faea830cd223a2de03fb91 | |
| parent | d327a2b1cf750a7552d149078658fdc8ad037171 (diff) | |
| download | opencode-26c7b240bac7ae9c4b9d0d4d50ae288479f861c3.tar.gz opencode-26c7b240bac7ae9c4b9d0d4d50ae288479f861c3.zip | |
chore: cleanup
| -rw-r--r-- | packages/app/src/index.css | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/packages/app/src/index.css b/packages/app/src/index.css index 5c0e12c18..4af87bca6 100644 --- a/packages/app/src/index.css +++ b/packages/app/src/index.css @@ -1,21 +1 @@ @import "@opencode-ai/ui/styles/tailwind"; - -[data-component="prompt-mode-toggle"] [data-slot="icon-svg"] { - color: var(--icon-base); -} - -[data-component="prompt-mode-toggle"] [data-slot="icon-svg"] * { - color: inherit; -} - -[data-component="prompt-mode-toggle"] button[aria-pressed="true"] [data-slot="icon-svg"] { - color: var(--icon-strong-base); -} - -[data-component="prompt-mode-toggle"] [data-slot="icon-svg"] [stroke]:not([stroke="none"]) { - stroke: currentColor; -} - -[data-component="prompt-mode-toggle"] [data-slot="icon-svg"] [fill]:not([fill="none"]) { - fill: currentColor; -} |
