From ace91d2b7389a7e15827f7e1a11d604659acabfc Mon Sep 17 00:00:00 2001 From: davidpkj Date: Sun, 5 Mar 2023 15:03:31 +0100 Subject: Update markdown viewer style --- lib/constants.dart | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/constants.dart') diff --git a/lib/constants.dart b/lib/constants.dart index e7816cf..2ff32bf 100644 --- a/lib/constants.dart +++ b/lib/constants.dart @@ -85,6 +85,7 @@ const cRecipeSubtitleStyle = TextStyle( ); const cRecipeDescriptionStyle = TextStyle( + backgroundColor: Colors.transparent, fontFamily: "RobotoSlab", color: Colors.black54, fontSize: 14.0, -- cgit v1.2.3