Remove inkwell color attribute

This commit is contained in:
Moe Poi ~ 2022-04-30 23:47:07 +07:00
parent 7ca36bb542
commit 40f609d160

View file

@ -30,8 +30,6 @@ class _ProductBoxState extends State<ProductBox> {
child: InkWell(
onTap: () => widget.callback(),
borderRadius: BorderRadius.circular(10),
splashColor: const Color(0xff8B0000),
highlightColor: const Color(0xff8B0000),
child: Column(
mainAxisAlignment: MainAxisAlignment.center,
children: [