mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-03 15:43:45 +00:00
22 lines
584 B
CSS
22 lines
584 B
CSS
@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;
|
|
}
|