feat: update border styles to use CSS variables for consistency across components
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user