feat: update border styles to use CSS variables for consistency across components

This commit is contained in:
2026-08-12 09:00:13 -03:00
parent 1b19d36e26
commit 23a5ac32cc
23 changed files with 50 additions and 66 deletions

View File

@@ -3,7 +3,7 @@
}
.quantity-selector {
border: 1px solid #d8d8d8;
border: 1px solid var(--border-color);
width: 78px;
height: 40px;
min-height: 40px;
@@ -42,7 +42,7 @@
width: 62px;
height: 28px;
min-height: 28px;
border-color: #cccccc;
border-color: var(--border-color);
background-color: #ffffff;
.quantity-selector__button {