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(