diff --git a/components/01_Atoms/button/_button.scss b/components/01_Atoms/button/_button.scss index 1107a9a..890fd35 100644 --- a/components/01_Atoms/button/_button.scss +++ b/components/01_Atoms/button/_button.scss @@ -5,6 +5,7 @@ padding: 8px 14px; border-radius: 2px; font-weight: bold; + cursor: pointer; &:active{ background-color: $-wine-red; @@ -12,6 +13,11 @@ } &--cancel{ - background-color: $-almost-white; + background-color: $-grey; + color: $-almost-white; + &:active{ + color: $-grey; + background-color: $-almost-white; + } } } \ No newline at end of file