add secondary colors to css variables

This commit is contained in:
2025-10-07 05:13:05 +03:00
parent 03a945c929
commit 993e9e6a68
2 changed files with 7 additions and 3 deletions

View File

@@ -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;