We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 764c1a6 commit a5426e6Copy full SHA for a5426e6
packages/mui-material/src/Fab/Fab.js
@@ -66,7 +66,7 @@ const FabRoot = styled(ButtonBase, {
66
boxShadow: (theme.vars || theme).shadows[12],
67
},
68
color: theme.vars
69
- ? theme.vars.palette.text.primary
+ ? theme.vars.palette.grey[900]
70
: theme.palette.getContrastText?.(theme.palette.grey[300]),
71
backgroundColor: (theme.vars || theme).palette.grey[300],
72
'&:hover': {
0 commit comments