From c5da0fcba4e467643b6f7b11252b0f0514f110b5 Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 27 Jan 2021 20:18:08 +0100 Subject: [PATCH] Change bucket background color --- src/styles/components/kanban.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/components/kanban.scss b/src/styles/components/kanban.scss index c2a35d2daf..0d4a413e02 100644 --- a/src/styles/components/kanban.scss +++ b/src/styles/components/kanban.scss @@ -1,4 +1,4 @@ -$bucket-background: #e8f0f5; +$bucket-background: $grey-100; $task-background: $white; $ease-out: all .3s cubic-bezier(0.23, 1, 0.32, 1); $bucket-width: 300px;