diff --git a/lib/pages/spaces_management/widgets/plus_button_widget.dart b/lib/pages/spaces_management/widgets/plus_button_widget.dart index 40be7284..b077ac9d 100644 --- a/lib/pages/spaces_management/widgets/plus_button_widget.dart +++ b/lib/pages/spaces_management/widgets/plus_button_widget.dart @@ -45,7 +45,7 @@ class PlusButtonWidget extends StatelessWidget { color: ColorsManager.spaceColor, shape: BoxShape.circle, ), - child: const Icon(Icons.add, color: ColorsManager.whiteColors, size: 20), + child: const Icon(Icons.add, color: Colors.white, size: 20), ), ), );