Skip to content

Commit

Permalink
fix: missing select menu background (#12759)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmud committed Jan 26, 2021
1 parent ab741d7 commit e8857ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset-frontend/src/components/Select/styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e8857ba

Please sign in to comment.