Commit ae361790 authored by Jasa Digital's avatar Jasa Digital

button diubah warna merah untuk batalkan promo cc mandiri

parent f0e153b8
...@@ -1194,9 +1194,8 @@ class CoreBill extends StatelessWidget { ...@@ -1194,9 +1194,8 @@ class CoreBill extends StatelessWidget {
}); });
}, },
child: ButtonComponent( child: ButtonComponent(
buttonColor: cancelColorButton, buttonColor: dangerColor,
teksButton: 'Batalkan Promo CC Mandiri', teksButton: 'Batalkan Promo CC Mandiri',
teksButtonColor: textColorBlack,
), ),
), ),
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment