aboutsummaryrefslogtreecommitdiff
path: root/lib/views/shoplist_view.dart
diff options
context:
space:
mode:
Diffstat (limited to 'lib/views/shoplist_view.dart')
-rw-r--r--lib/views/shoplist_view.dart2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/views/shoplist_view.dart b/lib/views/shoplist_view.dart
index a9caed8..500b8fc 100644
--- a/lib/views/shoplist_view.dart
+++ b/lib/views/shoplist_view.dart
@@ -113,7 +113,7 @@ class _ShoplistView extends State<ShoplistView> {
padding: const EdgeInsets.all(15.0),
child: TextFormField(
controller: _controller,
- style: cRecipeTextStyle.copyWith(color: cIconColor),
+ style: cRecipeTitleStyle.copyWith(color: cIconColor),
cursorColor: cIconColor,
focusNode: _focusNode,
textInputAction: TextInputAction.done,