diff options
| author | David Hill <[email protected]> | 2026-02-17 16:51:48 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2026-02-17 17:43:37 +0000 |
| commit | b784c923a8eeab52412eaebb9a44ad05a1411165 (patch) | |
| tree | a324f4932ee531b1eeb5fc68ac48d4faf0f004e0 /packages/ui/src/components/button.css | |
| parent | ea96f898c01ae93be010c6904d0d736e31b96b04 (diff) | |
| download | opencode-b784c923a8eeab52412eaebb9a44ad05a1411165.tar.gz opencode-b784c923a8eeab52412eaebb9a44ad05a1411165.zip | |
tweak(ui): bump button heights and align permission prompt layout
Diffstat (limited to 'packages/ui/src/components/button.css')
| -rw-r--r-- | packages/ui/src/components/button.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/ui/src/components/button.css b/packages/ui/src/components/button.css index 465ebd880..28f597f8a 100644 --- a/packages/ui/src/components/button.css +++ b/packages/ui/src/components/button.css @@ -109,7 +109,7 @@ } &[data-size="small"] { - height: 22px; + height: 24px; padding: 0 8px; &[data-icon] { padding: 0 12px 0 4px; @@ -129,8 +129,8 @@ } &[data-size="normal"] { - height: 24px; - line-height: 24px; + height: 28px; + line-height: 28px; padding: 0 6px; &[data-icon] { padding: 0 12px 0 4px; |
