From 93394a09c7dd8bca91b79f91d1f09a496132ca7e Mon Sep 17 00:00:00 2001 From: pogorielova Date: Wed, 16 Oct 2024 20:35:23 +0300 Subject: [PATCH] last one --- src/styles/index.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/styles/index.scss b/src/styles/index.scss index 5492ff2bc2..8b14b5488a 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -68,7 +68,7 @@ body { } &__price-label { - color: $secondaryColou r; + color: $secondaryColour; } &__price-value { @@ -80,18 +80,18 @@ body { &__button { width: 100%; height: 40px; - border: 1px solid $acsentColour; + border: 1px solid $accentColour; border-radius: 5px; font-size: 14px; line-height: 16px; font-weight: 700; text-transform: uppercase; color: $basicWhite; - background-color: $acsentColour; + background-color: $accentColour; &:hover { background-color: $basicWhite; - color: $acsentColour; + color: $accentColour; } } }