change color use from colorsmanager

This commit is contained in:
hannathkadher
2024-11-27 20:24:44 +04:00
parent 49a732edb2
commit dafe90237f

View File

@ -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),
),
),
);