chore: Replaced deprecated Spacing variables with current values
Approved-by: Matilda Landström
This commit is contained in:
@@ -13,8 +13,8 @@
|
||||
border-radius: var(--Corner-radius-xl) var(--Corner-radius-xl) 0px
|
||||
var(--Corner-radius-xl);
|
||||
align-items: center;
|
||||
padding: var(--Space-x15) var(--Spacing-x2);
|
||||
gap: var(--Spacing-x2);
|
||||
padding: var(--Space-x15) var(--Space-x2);
|
||||
gap: var(--Space-x2);
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user