applied colormanager instead of color

This commit is contained in:
hannathkadher
2024-11-27 10:52:26 +04:00
parent a7b52d55e5
commit 35557193f5

View File

@ -45,7 +45,7 @@ class PlusButtonWidget extends StatelessWidget {
color: ColorsManager.spaceColor, color: ColorsManager.spaceColor,
shape: BoxShape.circle, shape: BoxShape.circle,
), ),
child: const Icon(Icons.add, color: Colors.white, size: 20), child: const Icon(Icons.add, color: ColorsManager.whiteColors, size: 20),
), ),
), ),
); );