diff --git a/superset-frontend/src/components/Select/styles.tsx b/superset-frontend/src/components/Select/styles.tsx index 4776a72620e72..ffbb102c58d9c 100644 --- a/superset-frontend/src/components/Select/styles.tsx +++ b/superset-frontend/src/components/Select/styles.tsx @@ -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);