From 6c65d9971d91d02ce2ede1bce42396b5f1db878b Mon Sep 17 00:00:00 2001 From: Jaap Aarts Date: Wed, 4 Sep 2024 00:19:06 +0200 Subject: [PATCH] Fix lots of prices not being visible --- lib/ui/screens/food_screen.dart | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/ui/screens/food_screen.dart b/lib/ui/screens/food_screen.dart index ecc13bd8..7897ce4a 100644 --- a/lib/ui/screens/food_screen.dart +++ b/lib/ui/screens/food_screen.dart @@ -419,7 +419,10 @@ class __ProductTileState extends State<_ProductTile> { title: Text.rich( TextSpan( children: [ - TextSpan(text: '${widget.product.name} '), + TextSpan( + text: '${widget.product.name} ', + style: Theme.of(context).textTheme.titleMedium!, + ), TextSpan( text: '€${widget.product.price}', style: Theme.of(context).textTheme.bodySmall!.copyWith(