change the app primary color

This commit is contained in:
2025-10-15 22:16:08 +03:00
parent 5e43aeb5a0
commit 946678228f
23 changed files with 208 additions and 209 deletions

View File

@@ -1,7 +1,7 @@
.quantityControls {
display: flex;
align-items: center;
background-color: #ffb70014;
background-color: var(--primary);
border-radius: 888px;
width: fit-content;
}
@@ -53,7 +53,7 @@
position: absolute;
top: 12px;
right: 12px;
background-color: var(--primary-color);
background-color: var(--primary);
border-radius: 50%;
padding: 8px;
cursor: pointer;