From 53c97086e6137a78b42b09e39e1dbe6bf05d0acf Mon Sep 17 00:00:00 2001 From: Patrick Alvin Alcala Date: Wed, 4 Jun 2025 12:15:08 +0800 Subject: [PATCH] Remove unused `font-family` variables --- src/components/Button/Button.sass | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/components/Button/Button.sass b/src/components/Button/Button.sass index b41c3aa..e7900a6 100644 --- a/src/components/Button/Button.sass +++ b/src/components/Button/Button.sass @@ -5,7 +5,6 @@ $backgroundColor: #1b7278 $backgroundColorHover: color.adjust($backgroundColor, $blackness: 11%) $coffeeColor: #1a726e $coffeeColorHover: color.adjust($coffeeColor, $lightness: 11%) -$fontFamily: 'Inter', sans-serif .button border: none @@ -16,7 +15,6 @@ $fontFamily: 'Inter', sans-serif color: #ffffff background-color: $backgroundColor cursor: pointer - font-family: $fontFamily transition: background-color 0.2s ease-out &:hover @@ -35,7 +33,6 @@ $fontFamily: 'Inter', sans-serif color: #ffffff background-color: $coffeeColor cursor: pointer - font-family: $fontFamily transition: all 0.2s ease-out &:hover