Change discount label font size
This commit is contained in:
parent
98877e016e
commit
98e47c0054
1 changed files with 2 additions and 1 deletions
|
@ -94,7 +94,8 @@ class _ProductBoxState extends State<ProductBox> {
|
|||
child: Center(
|
||||
child: Text("${widget.discount}% off",
|
||||
style: const TextStyle(
|
||||
color: Colors.white)))),
|
||||
color: Colors.white,
|
||||
fontSize: 11.0)))),
|
||||
],
|
||||
)
|
||||
])
|
||||
|
|
Loading…
Add table
Reference in a new issue