change color to green
This commit is contained in:
parent
9f451f6736
commit
ecaf845930
1 changed files with 1 additions and 2 deletions
|
|
@ -32,8 +32,7 @@ class _MihFloatingMenuState extends State<MihFloatingMenu> {
|
||||||
animatedIcon: widget.animatedIcon,
|
animatedIcon: widget.animatedIcon,
|
||||||
direction: widget.direction ?? SpeedDialDirection.up,
|
direction: widget.direction ?? SpeedDialDirection.up,
|
||||||
activeIcon: Icons.close,
|
activeIcon: Icons.close,
|
||||||
backgroundColor:
|
backgroundColor: MzanziInnovationHub.of(context)!.theme.successColor(),
|
||||||
MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
|
||||||
activeBackgroundColor:
|
activeBackgroundColor:
|
||||||
MzanziInnovationHub.of(context)!.theme.errorColor(),
|
MzanziInnovationHub.of(context)!.theme.errorColor(),
|
||||||
foregroundColor: MzanziInnovationHub.of(context)!.theme.primaryColor(),
|
foregroundColor: MzanziInnovationHub.of(context)!.theme.primaryColor(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue