mirror of
https://github.com/prymitive/karma
synced 2026-05-21 04:33:07 +00:00
fix(ui): tweak swimlane background color
This commit is contained in:
@@ -8,5 +8,5 @@
|
||||
}
|
||||
|
||||
.components-grid-swimlane {
|
||||
background-color: $dark;
|
||||
background-color: $grid-swimlane-bg;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user