diff options
| author | David Hill <[email protected]> | 2026-01-20 17:14:11 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2026-01-20 20:34:44 +0000 |
| commit | af8d91117cba906e71d33e1b4e719da76046de90 (patch) | |
| tree | 46778ad77828f3c31fd574efdba68a868020923c | |
| parent | 0ffc2c2b3968c18c0eaf1a97af21680304ccb612 (diff) | |
| download | opencode-af8d91117cba906e71d33e1b4e719da76046de90.tar.gz opencode-af8d91117cba906e71d33e1b4e719da76046de90.zip | |
update select item styling: 4px radius, default cursor, 8px 2px padding
| -rw-r--r-- | packages/ui/src/components/select.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/ui/src/components/select.css b/packages/ui/src/components/select.css index d1f07fae1..866a64385 100644 --- a/packages/ui/src/components/select.css +++ b/packages/ui/src/components/select.css @@ -80,9 +80,10 @@ position: relative; display: flex; align-items: center; - padding: 0 6px 0 6px; + padding: 2px 8px; gap: 12px; - border-radius: var(--radius-sm); + border-radius: 4px; + cursor: default; /* text-12-medium */ font-family: var(--font-family-sans); |
