Fix color scheme for statuses
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user