1
This commit is contained in:
@@ -36,7 +36,7 @@ class _MyEditPageState extends State<MyEditPage> {
|
||||
StepItem(
|
||||
title: "Food Allergies",
|
||||
icon: RemixIcons.shield_line,
|
||||
subTitle: "Help us keep you safe by telling us about your allergies",
|
||||
subTitle: "Tell us about your allergies so we can help keep you safe",
|
||||
),
|
||||
StepItem(
|
||||
title: "Dietary Preferences",
|
||||
@@ -175,7 +175,7 @@ class _MyEditPageState extends State<MyEditPage> {
|
||||
Container(
|
||||
margin: EdgeInsets.only(top: 5),
|
||||
child: Text(
|
||||
"Let's personalize your food safety experience",
|
||||
"Let's customize your food safety experience",
|
||||
style: Theme.of(context).textTheme.labelMedium,
|
||||
),
|
||||
),
|
||||
|
||||
@@ -75,7 +75,7 @@ class _FoodAllergiesState extends State<FoodAllergies> {
|
||||
decoration: InputDecoration(
|
||||
isCollapsed: true,
|
||||
contentPadding: EdgeInsets.symmetric(vertical: 8, horizontal: 16),
|
||||
hintText: "Add custom allergy...",
|
||||
hintText: "Add a custom allergy...",
|
||||
filled: true,
|
||||
fillColor: Theme.of(context).colorScheme.surfaceContainerLow,
|
||||
enabledBorder: OutlineInputBorder(
|
||||
|
||||
@@ -83,7 +83,7 @@ class _HealthProfileState extends State<HealthProfile> {
|
||||
decoration: InputDecoration(
|
||||
isCollapsed: true,
|
||||
contentPadding: EdgeInsets.symmetric(vertical: 8, horizontal: 16),
|
||||
hintText: "Add medication...",
|
||||
hintText: "Add a custom allergy...",
|
||||
filled: true,
|
||||
fillColor: Theme.of(context).colorScheme.surfaceContainerLow,
|
||||
enabledBorder: OutlineInputBorder(
|
||||
|
||||
Reference in New Issue
Block a user