chore: replace old border-radius variables with new tokens
This commit is contained in:
@@ -97,7 +97,7 @@
|
||||
.dropdown {
|
||||
position: absolute;
|
||||
background-color: var(--Base-Surface-Primary-light-Normal);
|
||||
border-radius: var(--Corner-radius-Large);
|
||||
border-radius: var(--Corner-radius-lg);
|
||||
box-shadow: var(--popup-box-shadow);
|
||||
display: none;
|
||||
min-width: 12.5rem;
|
||||
|
||||
Reference in New Issue
Block a user