fix: missing select menu background (#12759)
This commit is contained in:
parent
ab741d7218
commit
e8857bac04
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue