diff --git a/ios/Platform/Platform/Features/Fitness/Views/MealSectionView.swift b/ios/Platform/Platform/Features/Fitness/Views/MealSectionView.swift index 69da0f8..9639642 100644 --- a/ios/Platform/Platform/Features/Fitness/Views/MealSectionView.swift +++ b/ios/Platform/Platform/Features/Fitness/Views/MealSectionView.swift @@ -110,6 +110,7 @@ struct MealSectionView: View { } .padding(.horizontal, 16) .padding(.vertical, 10) + .background(Color(.systemBackground)) } }