From bbc01cb42b590ba04f6eccdda805be4124c36972 Mon Sep 17 00:00:00 2001 From: Yusuf Suleman Date: Fri, 3 Apr 2026 16:33:31 -0500 Subject: [PATCH] fix: add opaque background to entry rows so delete button doesn't bleed through Co-Authored-By: Claude Opus 4.6 (1M context) --- .../Platform/Features/Fitness/Views/MealSectionView.swift | 1 + 1 file changed, 1 insertion(+) 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)) } }