chore: replace old border-radius variables with new tokens
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
padding: var(--Spacing-x2);
|
||||
background-color: var(--Base-Surface-Primary-light-Normal);
|
||||
border: 1px solid var(--Base-Border-Subtle);
|
||||
border-radius: var(--Corner-radius-Medium);
|
||||
border-radius: var(--Corner-radius-md);
|
||||
}
|
||||
|
||||
.contentWrapper {
|
||||
|
||||
Reference in New Issue
Block a user