add secondary colors to css variables
This commit is contained in:
@@ -9,8 +9,9 @@
|
||||
flex-direction: row;
|
||||
justify-content: space-around;
|
||||
gap: 1rem;
|
||||
background-color: var(--primary-light);
|
||||
background-color: var(--secondary-background);
|
||||
box-shadow: none;
|
||||
z-index: 999;
|
||||
}
|
||||
/* :global(.darkApp) .cartFooter {
|
||||
background-color: var(--background) !important;
|
||||
|
||||
Reference in New Issue
Block a user