diff --git a/src/style/atoms/_button.scss b/src/style/atoms/_button.scss index 80eec1e..a8f1d23 100644 --- a/src/style/atoms/_button.scss +++ b/src/style/atoms/_button.scss @@ -6,6 +6,7 @@ background: #fff; font: 900 #{rem(16px)}/1 $font-sans; color: $color-text; + cursor: pointer; border-radius: 100vh; border: none; text-decoration: none;