1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

fix: imporve type-chip color

This commit is contained in:
Ivar Conradi Østhus 2020-08-07 10:27:39 +02:00
parent 1ac720267c
commit bf4ac6ab6d

View File

@ -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;
}