This commit is contained in:
zhutao
2025-09-01 10:18:39 +08:00
parent 9d13aa13e2
commit c175a979a5
26 changed files with 10 additions and 10 deletions

View File

@@ -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(