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: Center(
|
||||||
child: Text("${widget.discount}% off",
|
child: Text("${widget.discount}% off",
|
||||||
style: const TextStyle(
|
style: const TextStyle(
|
||||||
color: Colors.white)))),
|
color: Colors.white,
|
||||||
|
fontSize: 11.0)))),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
])
|
])
|
||||||
|
|
Loading…
Add table
Reference in a new issue