chore: replace old border-radius variables with new tokens
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
width: 48px;
|
||||
background-color: rgba(0, 0, 0, 0.6);
|
||||
padding: var(--Spacing-x-quarter) var(--Spacing-x-half);
|
||||
border-radius: var(--Corner-radius-Small);
|
||||
border-radius: var(--Corner-radius-sm);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: var(--Spacing-x-quarter);
|
||||
|
||||
Reference in New Issue
Block a user