fix(session-ui): reduce tool error spacing (#44318)

This commit is contained in:
Brendan Allan
2026-08-23 14:25:48 +08:00
committed by GitHub
parent 6ba707d305
commit 0fda7d1b33
@@ -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);