Change discount label font size
This commit is contained in:
parent
ae7d84443d
commit
f136329a5d
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…
Reference in a new issue