aboutsummaryrefslogtreecommitdiff
path: root/lib/constants.dart
diff options
context:
space:
mode:
authordavidpkj <davidpenkow1@gmail.com>2022-07-30 10:10:43 +0200
committerdavidpkj <davidpenkow1@gmail.com>2022-07-30 10:10:43 +0200
commitccb8d94be2221e1cac8d0e36a4464418ce03aec5 (patch)
treebb042bbe1c8fdfe0c0630fadd7bd3582d3436ee8 /lib/constants.dart
parentd282f4bb380ce9c445d6bd3a4c9f001bb6b5f501 (diff)
updated flutter, new recipe layout
Diffstat (limited to 'lib/constants.dart')
-rw-r--r--lib/constants.dart20
1 files changed, 13 insertions, 7 deletions
diff --git a/lib/constants.dart b/lib/constants.dart
index 66d0257..4e570fd 100644
--- a/lib/constants.dart
+++ b/lib/constants.dart
@@ -1,6 +1,6 @@
import 'package:flutter/material.dart';
-const cVersion = "1.3.2";
+const cVersion = "1.4.0";
// Colors
const cIconColor = Colors.white;
@@ -33,12 +33,6 @@ const cInputHintStyle = TextStyle(
fontSize: 14.0,
);
-const cRecipeTextStyle = TextStyle(
- color: Colors.black,
- fontFamily: "Montserrat",
- fontSize: 18.0,
-);
-
const cDefaultTextStyle = TextStyle(
fontFamily: "Montserrat",
fontSize: 16.0,
@@ -78,6 +72,18 @@ const cTinyTitleStyle = TextStyle(
fontSize: 15.0,
);
+const cRecipeTitleStyle = TextStyle(
+ color: Colors.black,
+ fontFamily: "Montserrat",
+ fontSize: 18.0,
+);
+
+const cRecipeSubtitleStyle = TextStyle(
+ fontFamily: "RobotoSlab",
+ color: Colors.black54,
+ fontSize: 16.0,
+);
+
const cRecipeDescriptionStyle = TextStyle(
fontFamily: "RobotoSlab",
color: Colors.black54,