aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/include/_mixins.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass/include/_mixins.scss')
-rw-r--r--client/src/sass/include/_mixins.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/sass/include/_mixins.scss b/client/src/sass/include/_mixins.scss
index 0a500b6f3..5163ea056 100644
--- a/client/src/sass/include/_mixins.scss
+++ b/client/src/sass/include/_mixins.scss
@@ -398,7 +398,7 @@
398 398
399 &:checked + span { 399 &:checked + span {
400 border-color: transparent; 400 border-color: transparent;
401 background: $orange-color; 401 background: var(--mainColor);
402 animation: jelly 0.6s ease; 402 animation: jelly 0.6s ease;
403 403
404 &:after { 404 &:after {