mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-25 23:42:17 +00:00
fix(session-ui): reduce tool error spacing (#44318)
This commit is contained in:
parent
6ba707d305
commit
0fda7d1b33
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[data-component="card"][data-kind="tool-error-card"] {
|
||||
--card-pad-y: 8px;
|
||||
--card-line-pad: 12px;
|
||||
--card-pad-y: 0px;
|
||||
--card-line-pad: 4px;
|
||||
|
||||
[data-slot="basic-tool-tool-title"] {
|
||||
color: var(--v2-text-text-base);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue