Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit bb42611

Browse files
committed
fix: replace agents dropdown with shadow border
1 parent d2217bb commit bb42611

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

packages/ui/src/components/select.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,9 @@
2323
max-width: 23rem;
2424
overflow: hidden;
2525
border-radius: var(--radius-md);
26-
border-width: 1px;
27-
border-style: solid;
28-
border-color: var(--border-weak-base);
2926
background-color: var(--surface-raised-stronger-non-alpha);
3027
padding: 2px;
31-
box-shadow: var(--shadow-xs);
28+
box-shadow: var(--shadow-xs-border);
3229
z-index: 50;
3330

3431
&[data-closed] {

0 commit comments

Comments
 (0)