mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-02 22:40:22 +00:00
fix(app): ayu theme colors
This commit is contained in:
parent
0b9b85ea6e
commit
1d6f650f53
2 changed files with 6 additions and 3 deletions
|
|
@ -32,7 +32,7 @@
|
|||
justify-content: center;
|
||||
border-radius: 6px;
|
||||
overflow: hidden;
|
||||
background: var(--surface-base);
|
||||
background: var(--surface-weak);
|
||||
border: 1px solid var(--border-weak-base);
|
||||
transition: border-color 0.15s ease;
|
||||
|
||||
|
|
@ -76,7 +76,8 @@
|
|||
white-space: pre-wrap;
|
||||
word-break: break-word;
|
||||
overflow: hidden;
|
||||
background: var(--surface-base);
|
||||
background: var(--surface-weak);
|
||||
border: 1px solid var(--border-weak-base);
|
||||
padding: 8px 12px;
|
||||
border-radius: 4px;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue