chore: replace old border-radius variables with new tokens
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
.memberDiscountBannerDesktop {
|
||||
display: none;
|
||||
background: var(--Primary-Light-Surface-Normal);
|
||||
border-radius: var(--Corner-radius-xLarge) var(--Corner-radius-xLarge) 0px
|
||||
var(--Corner-radius-xLarge);
|
||||
border-radius: var(--Corner-radius-xl) var(--Corner-radius-xl) 0px
|
||||
var(--Corner-radius-xl);
|
||||
align-items: center;
|
||||
padding: var(--Spacing-x-one-and-half) var(--Spacing-x2);
|
||||
gap: var(--Spacing-x2);
|
||||
|
||||
Reference in New Issue
Block a user