set select dropdown border-radius to 8px

This commit is contained in:
David Hill
2026-01-20 17:17:17 +00:00
parent f3b0f312bf
commit 9ffb7141e5

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