From dafe90237ff479048fad25d0c775adf5fac83bfd Mon Sep 17 00:00:00 2001 From: hannathkadher Date: Wed, 27 Nov 2024 20:24:44 +0400 Subject: [PATCH] change color use from colorsmanager --- lib/pages/spaces_management/widgets/plus_button_widget.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), ), ), );