feat(product-card): update title color for better visibility and readability

feat(quantity-selector): change background to inherit for consistent styling
This commit is contained in:
2026-07-17 13:45:16 -03:00
parent 40cc2b840d
commit 9a4e2a03e9
4 changed files with 7 additions and 7 deletions

View File

@@ -7,7 +7,7 @@
width: 78px;
height: 40px;
min-height: 40px;
background: #f6f6f6;
background: inherit;
box-sizing: border-box;
&__button {
@@ -15,7 +15,7 @@
height: 100%;
font-size: 20px;
color: #6f6f6f;
background: #f6f6f6;
background: inherit;
transition: background-color 0.2s ease, color 0.2s ease;
cursor: pointer;
@@ -41,12 +41,12 @@
height: 21px;
min-height: 21px;
border: 1px solid #cfcfcf;
background: #ffffff;
background: inherit;
.quantity-selector__button {
width: 15px;
font-size: 10px;
background: #ffffff;
background: inherit;
color: #666666;
&:not(:disabled):hover {