From 82c44b2d23f535d9f3bcde7e7e6573506aa07994 Mon Sep 17 00:00:00 2001 From: wswidzinski Date: Tue, 16 Jan 2018 03:05:35 +0100 Subject: [PATCH] Change hover color to scarlet --- src/styles/components/_button.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/components/_button.scss b/src/styles/components/_button.scss index 8e787d7..43153c7 100644 --- a/src/styles/components/_button.scss +++ b/src/styles/components/_button.scss @@ -10,7 +10,7 @@ $_button_transition: all .25s ease-in-out; transition: $_button_transition; &:hover { - color: $color-orange; + color: $color-scarlet; } &:hover &__icon {