Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to change dropdown container background color? #98

Closed
tahir-jamil opened this issue Jul 27, 2023 · 2 comments
Closed

how to change dropdown container background color? #98

tahir-jamil opened this issue Jul 27, 2023 · 2 comments

Comments

@tahir-jamil
Copy link

image
i want to change blue color to white

@Kyiomi
Copy link

Kyiomi commented Aug 2, 2023

Same issue here

@tahir-jamil
Copy link
Author

tahir-jamil commented Aug 11, 2023

I am able to change the colors using theme
below are my settings

const customTheme = {
    ...myTheme,
    colors: {
      ...myTheme.colors,
      onSurfaceVariant: focus?  colors.primary: colors.muted,
      elevation: {
        level0: 'transparent',
        level1: 'rgb(247, 241, 255)',
        level2: 'rgb(255, 255, 255)',
        level3: 'rgb(238, 229, 254)',
        level4: 'rgb(236, 226, 254)',
        level5: 'rgb(233, 222, 254)',
      },
    },
  };

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants