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;