This commit is contained in:
2026-03-29 15:30:09 +03:00
parent 567a85486b
commit eca3d1f294
3 changed files with 5 additions and 21 deletions
@@ -23,7 +23,7 @@ class SubmitButton extends StatelessWidget {
@override
Widget build(BuildContext context) {
final typeColor = type == TransactionType.transfer
? AppColors.accent
? Colors.blueAccent
: type == TransactionType.income
? const Color(0xFF4CAF8C)
: const Color(0xFFE05C6B);