chore: replace old border-radius variables with new tokens
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.root {
|
||||
background-color: var(--Base-Surface-Primary-light-Normal);
|
||||
border-radius: var(--Corner-radius-Medium);
|
||||
border-radius: var(--Corner-radius-md);
|
||||
box-shadow: var(--popup-box-shadow);
|
||||
padding: var(--Spacing-x2);
|
||||
max-width: calc(360px + var(--Spacing-x2) * 2);
|
||||
|
||||
Reference in New Issue
Block a user