chore: replace old primary background token with new one
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
.bookingCode {
|
||||
height: 60px;
|
||||
background-color: var(--Base-Background-Primary-Normal);
|
||||
background-color: var(--Background-Primary);
|
||||
border-radius: var(--Corner-radius-md);
|
||||
padding: var(--Spacing-x1) var(--Spacing-x-one-and-half);
|
||||
}
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
&:hover,
|
||||
&:has(input:active, input:focus, input:focus-within) {
|
||||
background-color: var(--Base-Background-Primary-Normal);
|
||||
background-color: var(--Background-Primary);
|
||||
}
|
||||
|
||||
&:has(input:active, input:focus, input:focus-within) {
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
.rooms,
|
||||
.when,
|
||||
.where {
|
||||
background-color: var(--Base-Background-Primary-Normal);
|
||||
background-color: var(--Background-Primary);
|
||||
border-radius: var(--Corner-radius-md);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user