1
This commit is contained in:
@@ -83,7 +83,7 @@ class _HealthProfileState extends State<HealthProfile> {
|
|||||||
decoration: InputDecoration(
|
decoration: InputDecoration(
|
||||||
isCollapsed: true,
|
isCollapsed: true,
|
||||||
contentPadding: EdgeInsets.symmetric(vertical: 8, horizontal: 16),
|
contentPadding: EdgeInsets.symmetric(vertical: 8, horizontal: 16),
|
||||||
hintText: "Add a custom allergy...",
|
hintText: "Add a custom medication",
|
||||||
filled: true,
|
filled: true,
|
||||||
fillColor: Theme.of(context).colorScheme.surfaceContainerLow,
|
fillColor: Theme.of(context).colorScheme.surfaceContainerLow,
|
||||||
enabledBorder: OutlineInputBorder(
|
enabledBorder: OutlineInputBorder(
|
||||||
|
|||||||
Reference in New Issue
Block a user