We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
the outlined button hover style wrong https://codesandbox.io/p/sandbox/mui-66yztk
how to do before you fixed it?
const theme = createTheme({ cssVariables: { colorSchemeSelector: ".demo-disable-transition-%s", }, palette: { mode: "light", primary: { light: "var(--primary-light)", main: "var(--primary)", dark: "var(--primary-hover)", contrastText: "var(--primary-foreground)", // light: "#338cf5", // main: "#0070f3", // dark: "#004eaa", // contrastText: "#ffffff", }, }, colorSchemes: { dark: true }, });
No response
npx @mui/envinfo
Don't forget to mention which browser you used. Output from `npx @mui/envinfo` goes here.
Search keywords: css varibles button hover
The text was updated successfully, but these errors were encountered:
Duplicate of #43540
Sorry, something went wrong.
No branches or pull requests
Steps to reproduce
the outlined button hover style wrong
https://codesandbox.io/p/sandbox/mui-66yztk
how to do before you fixed it?
Current behavior
No response
Expected behavior
No response
Context
No response
Your environment
npx @mui/envinfo
Search keywords: css varibles button hover
The text was updated successfully, but these errors were encountered: