From 99f0f7cdecf9257ab88d67c91f89cf0a244b0914 Mon Sep 17 00:00:00 2001 From: Joshua Date: Tue, 18 Oct 2022 23:00:17 +0200 Subject: [PATCH] formatting --- styles/ThemeToggle.module.sass | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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