From bf4ac6ab6d82ad2700064eb1bda7fed910ec6388 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Fri, 7 Aug 2020 10:27:39 +0200 Subject: [PATCH] fix: imporve type-chip color --- frontend/src/component/feature/feature.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/component/feature/feature.scss b/frontend/src/component/feature/feature.scss index a8e127f020..4526f638f9 100644 --- a/frontend/src/component/feature/feature.scss +++ b/frontend/src/component/feature/feature.scss @@ -37,5 +37,5 @@ .typeChip { margin: 0 8px !important; box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12); - background-color: #cfd8dc !important; + background-color: #b0bec5 !important; } \ No newline at end of file