aboutsummaryrefslogtreecommitdiff
path: root/lib/constants.dart
diff options
context:
space:
mode:
Diffstat (limited to 'lib/constants.dart')
-rw-r--r--lib/constants.dart1
1 files changed, 1 insertions, 0 deletions
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,