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