1
This commit is contained in:
@@ -54,8 +54,11 @@ class _PlanFormCardState extends State<PlanFormCard> {
|
||||
controller: _inputController,
|
||||
style: Theme.of(context).textTheme.bodyMedium,
|
||||
maxLength: 40,
|
||||
maxLines: 5,
|
||||
minLines: 1,
|
||||
expands: false,
|
||||
decoration: InputDecoration(
|
||||
hintText: "Clean the kitchen",
|
||||
hintText: "Just finished eating and l'm gonna go wash the dishes",
|
||||
fillColor: Theme.of(context).colorScheme.surfaceContainerLow,
|
||||
filled: true,
|
||||
enabledBorder: OutlineInputBorder(
|
||||
|
||||
Reference in New Issue
Block a user