Use secondary color for SpeeDial

This commit is contained in:
2023-07-26 08:06:54 +04:00
parent 3e9d1b477c
commit 8e555b7794
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -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}
+1 -2
View File
@@ -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'