summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/components/icon.css
diff options
context:
space:
mode:
authorAdam <[email protected]>2025-10-23 15:27:31 -0500
committerAdam <[email protected]>2025-10-24 12:16:32 -0500
commit3eb2db98ed0a9c266e1bf00544e460cb0633b368 (patch)
treeeb04fea563b3a3b74a3d89ca9500e92cf4b908c8 /packages/ui/src/components/icon.css
parent35dec0649db8f46bffd7121af9cd301668e69e8c (diff)
downloadopencode-3eb2db98ed0a9c266e1bf00544e460cb0633b368.tar.gz
opencode-3eb2db98ed0a9c266e1bf00544e460cb0633b368.zip
wip: desktop work
Diffstat (limited to 'packages/ui/src/components/icon.css')
-rw-r--r--packages/ui/src/components/icon.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/ui/src/components/icon.css b/packages/ui/src/components/icon.css
index 59c644b70..7f1f18339 100644
--- a/packages/ui/src/components/icon.css
+++ b/packages/ui/src/components/icon.css
@@ -18,8 +18,8 @@
}
&[data-size="large"] {
- width: 32px;
- height: 32px;
+ width: 24px;
+ height: 24px;
}
[data-slot="svg"] {