diff --git a/src/style/atoms/_button.scss b/src/style/atoms/_button.scss index 7bb8f48..d3c0e3c 100644 --- a/src/style/atoms/_button.scss +++ b/src/style/atoms/_button.scss @@ -95,8 +95,12 @@ } // Hover + .text-split__line { + &:last-child { + color: $color-primary-tertiary20; + } + } &:hover { - color: $color-primary-tertiary20; background: darken($color-button, 2.5); } }