diff --git a/lib/pages/spaces_management/widgets/plus_button_widget.dart b/lib/pages/spaces_management/widgets/plus_button_widget.dart index e6d1cde8..b077ac9d 100644 --- a/lib/pages/spaces_management/widgets/plus_button_widget.dart +++ b/lib/pages/spaces_management/widgets/plus_button_widget.dart @@ -42,7 +42,7 @@ class PlusButtonWidget extends StatelessWidget { width: 30, height: 30, decoration: const BoxDecoration( - color: ColorsManager.secondaryColor, + color: ColorsManager.spaceColor, shape: BoxShape.circle, ), child: const Icon(Icons.add, color: Colors.white, size: 20),