Use secondary color for SpeeDial
This commit is contained in:
@@ -102,7 +102,7 @@ export default function Pataje({parole, setError, setSuccess}) {
|
||||
<Root className={classes.root}>
|
||||
<Backdrop open={open} />
|
||||
<SpeedDial
|
||||
FabProps={{size: 'small', color: 'default'}}
|
||||
FabProps={{size: 'small', color: 'secondary'}}
|
||||
ariaLabel='Patajé'
|
||||
icon={<SpeedDialIcon icon={<ShareIcon />} />}
|
||||
open={open}
|
||||
|
||||
@@ -83,8 +83,7 @@ export default function VweKouteAchte({parole, niVideyo, niOdyo}) {
|
||||
return (
|
||||
<Root className={classes.root}>
|
||||
<SpeedDial
|
||||
color='secondary'
|
||||
FabProps={{size: 'small', margin: 'auto', color: 'default'}}
|
||||
FabProps={{size: 'small', margin: 'auto', color: 'secondary'}}
|
||||
ariaLabel='SpeedDial openIcon example'
|
||||
className={classes.speedDial}
|
||||
direction='down'
|
||||
|
||||
Reference in New Issue
Block a user