diff --git a/src/components/Button/index.scss b/src/components/Button/index.scss index c40923fb..43fb8ea6 100644 --- a/src/components/Button/index.scss +++ b/src/components/Button/index.scss @@ -25,6 +25,10 @@ button { &:hover { background: $grey-90; + + .text { + color: $grey-00; + } } .text {