Adam 1 miesiąc temu
rodzic
commit
26c7b240ba
1 zmienionych plików z 0 dodań i 20 usunięć
  1. 0 20
      packages/app/src/index.css

+ 0 - 20
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;
-}