From 5ebd2a18a52ae72d67b7b1aa0c432842e3bac18c Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Wed, 12 Oct 2016 16:34:24 +0200 Subject: [PATCH] Fix color scheme for statuses --- src/styles/_utils.sass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/_utils.sass b/src/styles/_utils.sass index a7c352c..d5f1fed 100644 --- a/src/styles/_utils.sass +++ b/src/styles/_utils.sass @@ -528,7 +528,7 @@ #{$property}: $color-status-invalid &-todo#{$where} @if ($variation == 'light') - #{$property}: $color-status-todo-dark + #{$property}: $color-status-todo-light @else if ($variation == 'dark') #{$property}: $color-status-todo-dark @else @@ -556,7 +556,7 @@ #{$property}: $color-status-approved &-cbb#{$where} @if ($variation == 'light') - #{$property}: $color-status-cbb + #{$property}: $color-status-cbb-light @else if ($variation == 'dark') #{$property}: $color-status-cbb-dark @else