diff options
| author | Adam <[email protected]> | 2026-02-02 09:29:06 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2026-02-02 14:24:23 -0600 |
| commit | f1e0c31b8f7c299d2bdc5f69dc30ed55f86918bb (patch) | |
| tree | 202274751d9173c5da9e166d2ccdb4fe528f2d7f /packages/ui/src/components | |
| parent | 30a25e4edca0f3476ca63f83dbe95fcee75113e3 (diff) | |
| download | opencode-f1e0c31b8f7c299d2bdc5f69dc30ed55f86918bb.tar.gz opencode-f1e0c31b8f7c299d2bdc5f69dc30ed55f86918bb.zip | |
fix(app): button heights
Diffstat (limited to 'packages/ui/src/components')
| -rw-r--r-- | packages/ui/src/components/button.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/ui/src/components/button.css b/packages/ui/src/components/button.css index 3e5d21d1d..afff0c476 100644 --- a/packages/ui/src/components/button.css +++ b/packages/ui/src/components/button.css @@ -114,6 +114,7 @@ } &[data-size="small"] { + height: 22px; padding: 4px 8px; &[data-icon] { padding: 4px 12px 4px 4px; @@ -130,6 +131,7 @@ } &[data-size="normal"] { + height: 24px; padding: 4px 6px; &[data-icon] { padding: 4px 12px 4px 4px; @@ -150,6 +152,7 @@ } &[data-size="large"] { + height: 32px; padding: 6px 12px; &[data-icon] { |
