diff options
| author | David Hill <[email protected]> | 2026-01-20 21:49:49 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2026-01-20 21:53:17 +0000 |
| commit | 575cc59b376bbd9420f6a9d94fa6d121914c535a (patch) | |
| tree | 5e26ef50edc0e9027c6203b1d7e1e3190f6eadcd | |
| parent | 4350b8fd6b7c6c0499976fb42ae52e7685e8a2ae (diff) | |
| download | opencode-575cc59b376bbd9420f6a9d94fa6d121914c535a.tar.gz opencode-575cc59b376bbd9420f6a9d94fa6d121914c535a.zip | |
fix: increase sidebar icon size by removing 16px constraint
| -rw-r--r-- | packages/ui/src/components/icon-button.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/packages/ui/src/components/icon-button.css b/packages/ui/src/components/icon-button.css index 374cd3792..7d5d3280f 100644 --- a/packages/ui/src/components/icon-button.css +++ b/packages/ui/src/components/icon-button.css @@ -125,11 +125,6 @@ /* padding: 0 8px 0 6px; */ gap: 8px; - [data-slot="icon-svg"] { - height: 16px; - width: 16px; - } - /* text-12-medium */ font-family: var(--font-family-sans); font-size: var(--font-size-small); |
