From fbafa2fbd79e6ade22f714032a350e7db27e0357 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Mon, 26 Oct 2020 01:54:11 -0700 Subject: [PATCH] Update index.scss --- src/components/Button/index.scss | 4 ++++ 1 file changed, 4 insertions(+) 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 {