changed color of plus button

This commit is contained in:
hannathkadher
2024-11-15 11:20:20 +04:00
parent 1d9a93646b
commit e33a07ac56

View File

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