diff options
| author | Adam <[email protected]> | 2025-12-11 15:16:04 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-12-11 15:16:44 -0600 |
| commit | bfdb2365810ef4ba8f7084d2d714fd2fe1449fce (patch) | |
| tree | 04effe3e6d338675493a6805a5492c033bec19a5 /packages/ui/src/components/tooltip.css | |
| parent | 4e92f54415c914a5ff73c3d682edc322e2151ef2 (diff) | |
| download | opencode-bfdb2365810ef4ba8f7084d2d714fd2fe1449fce.tar.gz opencode-bfdb2365810ef4ba8f7084d2d714fd2fe1449fce.zip | |
fix: toast colors
Diffstat (limited to 'packages/ui/src/components/tooltip.css')
| -rw-r--r-- | packages/ui/src/components/tooltip.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/ui/src/components/tooltip.css b/packages/ui/src/components/tooltip.css index 72ee269b2..637986249 100644 --- a/packages/ui/src/components/tooltip.css +++ b/packages/ui/src/components/tooltip.css @@ -7,6 +7,7 @@ max-width: 320px; border-radius: var(--radius-md); background-color: var(--surface-float-base); + color: var(--text-inverted-base); color: rgba(253, 252, 252, 0.94); padding: 2px 8px; border: 0.5px solid rgba(253, 252, 252, 0.2); |
