diff options
| author | David Hill <[email protected]> | 2026-03-10 18:52:32 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-03-10 13:52:32 -0500 |
| commit | f77e5cf8fb9d9babcfc1b3ba046c0ba571489647 (patch) | |
| tree | d4424aac3e3bb6438e2af61050daefbdc2e7702b /packages/ui/src/styles/theme.css | |
| parent | e6cdc21f2ddd7264a75eb389693d4d62367ae38c (diff) | |
| download | opencode-f77e5cf8fb9d9babcfc1b3ba046c0ba571489647.tar.gz opencode-f77e5cf8fb9d9babcfc1b3ba046c0ba571489647.zip | |
feat(ui): restyle Card and improve tool error cards (#16888)
Co-authored-by: Adam <[email protected]>
Diffstat (limited to 'packages/ui/src/styles/theme.css')
| -rw-r--r-- | packages/ui/src/styles/theme.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/ui/src/styles/theme.css b/packages/ui/src/styles/theme.css index 702d1e4e6..021f959e4 100644 --- a/packages/ui/src/styles/theme.css +++ b/packages/ui/src/styles/theme.css @@ -131,7 +131,7 @@ --surface-warning-base: #fcf3cb; --surface-warning-weak: #fdfaec; --surface-warning-strong: #fbdd46; - --surface-critical-base: #feefeb; + --surface-critical-base: #fff2f0; --surface-critical-weak: #fff8f6; --surface-critical-strong: #fc533a; --surface-info-base: #fdecfe; @@ -391,7 +391,7 @@ --surface-warning-base: #fdf3cf; --surface-warning-weak: #fdfaed; --surface-warning-strong: #fcd53a; - --surface-critical-base: #42120b; + --surface-critical-base: #1f0603; --surface-critical-weak: #28110c; --surface-critical-strong: #fc533a; --surface-info-base: #feecfe; |
