use the "light" bg colour for dropdown list by default (https://github.com/woocommerce/woocommerce-blocks/pull/3189)

This commit is contained in:
Rua Haszard 2020-09-28 22:25:22 +13:00 committed by GitHub
parent c844b41d6a
commit 7441ce6eec
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@
}
.components-custom-select-control__menu {
background-color: $select-dropdown-dark;
background-color: $select-dropdown-light;
margin: 0;
max-height: 300px;
overflow: auto;