From 5e71c7e3b04fe0c66c7fb6abefc640a8d566b1be Mon Sep 17 00:00:00 2001 From: Moe Date: Mon, 16 May 2022 10:25:20 +0700 Subject: [PATCH] Fix margin --- lib/components/product_box.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/components/product_box.dart b/lib/components/product_box.dart index ff52c68..65fad42 100644 --- a/lib/components/product_box.dart +++ b/lib/components/product_box.dart @@ -53,7 +53,7 @@ class _ProductBoxState extends State { Flexible( flex: 1, child: Container( - margin: const EdgeInsets.all(10), + margin: const EdgeInsets.only(top: 10, left: 5, right: 5), child: Text( widget.title, style: TextStyle(