diff options
| author | Adam <[email protected]> | 2025-12-31 10:58:49 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-12-31 13:12:28 -0600 |
| commit | a2857bba8305976761c55fda269d7fb79c951b8c (patch) | |
| tree | 71aa47c1bdf0a2a1d69a2dba45ff24a673ba5f8d /packages/ui/src/styles/tailwind | |
| parent | 97a0fd1d54414e5563d0b47a02666d1d044c2cac (diff) | |
| download | opencode-a2857bba8305976761c55fda269d7fb79c951b8c.tar.gz opencode-a2857bba8305976761c55fda269d7fb79c951b8c.zip | |
fix(desktop): prompt input cleanup
Diffstat (limited to 'packages/ui/src/styles/tailwind')
| -rw-r--r-- | packages/ui/src/styles/tailwind/colors.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/ui/src/styles/tailwind/colors.css b/packages/ui/src/styles/tailwind/colors.css index 59c61952a..376cd35d3 100644 --- a/packages/ui/src/styles/tailwind/colors.css +++ b/packages/ui/src/styles/tailwind/colors.css @@ -77,6 +77,10 @@ --color-text-weaker: var(--text-weaker); --color-text-strong: var(--text-strong); --color-text-interactive-base: var(--text-interactive-base); + --color-text-invert-base: var(--text-invert-base); + --color-text-invert-weak: var(--text-invert-weak); + --color-text-invert-weaker: var(--text-invert-weaker); + --color-text-invert-strong: var(--text-invert-strong); --color-text-on-brand-base: var(--text-on-brand-base); --color-text-on-interactive-base: var(--text-on-interactive-base); --color-text-on-interactive-weak: var(--text-on-interactive-weak); |
