chore: replace old border-radius variables with new tokens
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
.trigger {
|
||||
background: none;
|
||||
border: 1px solid var(--Base-Border-Subtle);
|
||||
border-radius: var(--Corner-radius-Small);
|
||||
border-radius: var(--Corner-radius-sm);
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
padding: var(--Spacing-x-half);
|
||||
|
||||
Reference in New Issue
Block a user