mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-04 23:40:48 +00:00
set select dropdown border-radius to 8px
This commit is contained in:
parent
f3b0f312bf
commit
9ffb7141e5
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@
|
|||
min-width: 180px;
|
||||
max-width: 23rem;
|
||||
overflow: hidden;
|
||||
border-radius: var(--radius-md);
|
||||
border-radius: 8px;
|
||||
background-color: var(--surface-raised-stronger-non-alpha);
|
||||
padding: 0;
|
||||
box-shadow: var(--shadow-xs-border);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue