fix(ui): tweak swimlane background color

This commit is contained in:
Łukasz Mierzwa
2020-03-31 11:34:49 +01:00
parent 2db0344a70
commit 2009f957af
3 changed files with 3 additions and 1 deletions

View File

@@ -8,5 +8,5 @@
}
.components-grid-swimlane {
background-color: $dark;
background-color: $grid-swimlane-bg;
}

View File

@@ -80,6 +80,7 @@ $filter-input-hoover-bg: $gray-700;
$filter-input-hoover-color: $white;
$placeholder-color: $gray-600;
$filterinput-border: $navbar-dark-color;
$grid-swimlane-bg: lighten($dark, 2%);
$datepicker__background-color: $gray-700;
$datepicker__border-color: $gray-800;

View File

@@ -62,6 +62,7 @@ $filter-input-hoover-bg: $white;
$filter-input-hoover-color: $black;
$placeholder-color: $secondary;
$filterinput-border: $navbar-dark-color;
$grid-swimlane-bg: lighten($dark, 2%);
$datepicker__background-color: $white;
$datepicker__border-color: $gray-300;