styles: fixed style for darkmode

This commit is contained in:
원더 2021-02-01 20:47:47 +09:00
parent ae3d42c30d
commit 717d9851bf

View File

@ -72,3 +72,7 @@ i {
background: #2e3338;
border-radius: 0;
}
.dark .__multi-value, .dark .__multi-value__label, .dark .__multi-value__remove {
background: #2e3338 !important;
}