set select dropdown border-radius to 8px

pull/9685/head
David Hill 2026-01-20 17:17:17 +00:00
parent f3b0f312bf
commit 9ffb7141e5
1 changed files with 1 additions and 1 deletions

View File

@ -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);