Merge pull request #153 from yaso-meth/QOL--Floating-menu-Color

change color to green
This commit is contained in:
yaso-meth
2025-04-29 12:13:31 +02:00
committed by GitHub

View File

@@ -32,8 +32,7 @@ class _MihFloatingMenuState extends State<MihFloatingMenu> {
animatedIcon: widget.animatedIcon,
direction: widget.direction ?? SpeedDialDirection.up,
activeIcon: Icons.close,
backgroundColor:
MzanziInnovationHub.of(context)!.theme.secondaryColor(),
backgroundColor: MzanziInnovationHub.of(context)!.theme.successColor(),
activeBackgroundColor:
MzanziInnovationHub.of(context)!.theme.errorColor(),
foregroundColor: MzanziInnovationHub.of(context)!.theme.primaryColor(),