From b021bf0f65e7daee6b8312b027d0be08c087a2be Mon Sep 17 00:00:00 2001 From: Patrick Alvin Alcala Date: Wed, 4 Jun 2025 12:18:14 +0800 Subject: [PATCH] Refactor comments in SASS file --- .../Password-Generator/PasswordGeneratorComponent.sass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/Password-Generator/PasswordGeneratorComponent.sass b/src/components/Password-Generator/PasswordGeneratorComponent.sass index 0b214c6..2b1d895 100644 --- a/src/components/Password-Generator/PasswordGeneratorComponent.sass +++ b/src/components/Password-Generator/PasswordGeneratorComponent.sass @@ -5,6 +5,9 @@ $toggleOffColor: rgba(126, 206, 241, 0.286) $toggleOnColor: rgba(53, 155, 80, 0.993) +// $toggleOffColor: color.adjust(vars.$background, $lightness: 10%) +// $toggleOnColor: rgba(53, 155, 80, 0.993) + .section display: flex flex-direction: row