change the app primary color
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
top: 6px;
|
||||
height: 24px;
|
||||
border: none;
|
||||
color: #ffb700;
|
||||
color: var(--primary);
|
||||
background-color: rgba(255, 183, 0, 0.12);
|
||||
width: 70px !important;
|
||||
}
|
||||
@@ -100,7 +100,7 @@
|
||||
}
|
||||
|
||||
:global(.darkApp) .activeServiceButton {
|
||||
color: #ffb700 !important;
|
||||
color: var(--primary) !important;
|
||||
background-color: rgba(42, 42, 42, 0.8) !important;
|
||||
border: none;
|
||||
width: 70px !important;
|
||||
@@ -234,8 +234,8 @@
|
||||
}
|
||||
|
||||
:global(.darkApp) .placeOrderButton {
|
||||
background-color: #ffb700 !important;
|
||||
border-color: #ffb700 !important;
|
||||
background-color: var(--primary) !important;
|
||||
border-color: var(--primary) !important;
|
||||
}
|
||||
|
||||
/* Additional styles for checkout components */
|
||||
|
||||
Reference in New Issue
Block a user