diff --git a/styles/ThemeToggle.module.sass b/styles/ThemeToggle.module.sass index 5907460..1482999 100644 --- a/styles/ThemeToggle.module.sass +++ b/styles/ThemeToggle.module.sass @@ -1,10 +1,9 @@ @import "./_variables" - .button color: $text-dark-buttons background: $background-dark-buttons border: none &[data-theme="light"] background: $background-light-buttons - color: $text-light-buttons \ No newline at end of file + color: $text-light-buttons