diff options
| author | David Hill <[email protected]> | 2026-01-26 15:45:57 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2026-01-26 19:47:57 +0000 |
| commit | 810bc012b6ba5adfb42d8c41032491d2f659b1c5 (patch) | |
| tree | a0dc8ee4610ff543743f112da50ade1235e03ff6 /packages/ui/src/components/button.css | |
| parent | 36b832880d54066648af08618dfd3f5bf70a532a (diff) | |
| download | opencode-810bc012b6ba5adfb42d8c41032491d2f659b1c5.tar.gz opencode-810bc012b6ba5adfb42d8c41032491d2f659b1c5.zip | |
fix(ui): update button styles and disconnect button size
Diffstat (limited to 'packages/ui/src/components/button.css')
| -rw-r--r-- | packages/ui/src/components/button.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ui/src/components/button.css b/packages/ui/src/components/button.css index 225e64c77..933c7ce5f 100644 --- a/packages/ui/src/components/button.css +++ b/packages/ui/src/components/button.css @@ -148,7 +148,7 @@ padding: 0 12px 0 8px; } - gap: 8px; + gap: 4px; /* text-14-medium */ font-family: var(--font-family-sans); |
