summaryrefslogtreecommitdiffhomepage
path: root/packages
diff options
context:
space:
mode:
authorDavid Hill <[email protected]>2026-01-20 17:50:49 +0000
committerDavid Hill <[email protected]>2026-01-20 20:34:45 +0000
commit1092cf40349746b943576e6dd3caac34a53bf50d (patch)
tree58daa7fc6f4b33cbf28f58894a914050a0bf8c9c /packages
parent0c270b474368a65fb6d869ff31d7b47930148a6e (diff)
downloadopencode-1092cf40349746b943576e6dd3caac34a53bf50d.tar.gz
opencode-1092cf40349746b943576e6dd3caac34a53bf50d.zip
increase gap between label and icon in select trigger to 12px
Diffstat (limited to 'packages')
-rw-r--r--packages/ui/src/components/select.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ui/src/components/select.css b/packages/ui/src/components/select.css
index fc5cffc13..0c8872d87 100644
--- a/packages/ui/src/components/select.css
+++ b/packages/ui/src/components/select.css
@@ -6,7 +6,7 @@
min-width: 160px;
height: 32px;
justify-content: flex-end;
- gap: 8px;
+ gap: 12px;
background-color: transparent;
[data-slot="select-select-trigger-value"] {