diff --git a/styles/css/vtex.product-identifier.css b/styles/css/vtex.product-identifier.css index 878c3fd..9a13b3a 100644 --- a/styles/css/vtex.product-identifier.css +++ b/styles/css/vtex.product-identifier.css @@ -19,6 +19,7 @@ font-weight: 400; font-size: 14px; line-height: 19px; + color: rgba(146, 146, 146, 0.478); } @media (max-width: 1024px) { diff --git a/styles/css/vtex.store-components.css b/styles/css/vtex.store-components.css index 5bbfce8..08950e9 100644 --- a/styles/css/vtex.store-components.css +++ b/styles/css/vtex.store-components.css @@ -308,6 +308,7 @@ font-weight: 400; font-size: 12px; line-height: 16px; + color: #afafaf; } .price_sellingPriceContainer { diff --git a/styles/sass/pages/product/vtex.product-identifier.scss b/styles/sass/pages/product/vtex.product-identifier.scss index b6b3265..347e259 100644 --- a/styles/sass/pages/product/vtex.product-identifier.scss +++ b/styles/sass/pages/product/vtex.product-identifier.scss @@ -9,6 +9,7 @@ font-weight: 400; font-size: 14px; line-height: 19px; + color: rgba(146, 146, 146, 0.478); } @media (max-width: 1024px) { diff --git a/styles/sass/pages/product/vtex.store-components.scss b/styles/sass/pages/product/vtex.store-components.scss index a66ba96..0a550ad 100644 --- a/styles/sass/pages/product/vtex.store-components.scss +++ b/styles/sass/pages/product/vtex.store-components.scss @@ -307,6 +307,7 @@ font-weight: 400; font-size: 12px; line-height: 16px; + color: $color-gray9; } .price_sellingPriceContainer {