diff --git a/src/components/ToggleButton.css b/src/components/ToggleButton.css index 4413809..2a6b917 100644 --- a/src/components/ToggleButton.css +++ b/src/components/ToggleButton.css @@ -46,6 +46,10 @@ background-color: transparent; } +.toggle-button:active .inside-glow { + transform: rotate(180deg); +} + .actual-button-style { position: absolute; top: 0;