fix: missing select menu background (#12759)

This commit is contained in:
Jesse Yang
2021-01-25 22:19:55 -08:00
committed by GitHub
parent ab741d7218
commit e8857bac04

View File

@@ -199,6 +199,7 @@ export const DEFAULT_STYLES: PartialStylesConfig = {
menuList: (provider, { theme: { borderRadius, colors } }) => [
provider,
css`
background: ${colors.lightest};
border-radius: 0 0 ${borderRadius}px ${borderRadius}px;
border: 1px solid ${colors.grayBorderDark};
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);