diff --git a/Frontend/lib/mih_components/mih_package_components/mih_floating_menu.dart b/Frontend/lib/mih_components/mih_package_components/mih_floating_menu.dart index cbab49de..de9b0f44 100644 --- a/Frontend/lib/mih_components/mih_package_components/mih_floating_menu.dart +++ b/Frontend/lib/mih_components/mih_package_components/mih_floating_menu.dart @@ -32,8 +32,7 @@ class _MihFloatingMenuState extends State { 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(),