From be9a5809e3eccf4aa039c3b4814a6e7b2a0be6b0 Mon Sep 17 00:00:00 2001 From: Fractal-Tess Date: Sat, 27 Aug 2022 19:12:08 +0300 Subject: [PATCH] added todo --- src/styles/app.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/app.scss b/src/styles/app.scss index 7b350d5..81abeae 100644 --- a/src/styles/app.scss +++ b/src/styles/app.scss @@ -18,6 +18,7 @@ html { * { @apply transition-all; + // TODO: Remove all transitions here and rework the theme changing button --transition-duration-short: 0.15s; --transition-duration-long: 0.4s;