fix: add opaque background to entry rows so delete button doesn't bleed through
All checks were successful
Security Checks / dependency-audit (push) Successful in 13s
Security Checks / secret-scanning (push) Successful in 4s
Security Checks / dockerfile-lint (push) Successful in 4s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Yusuf Suleman
2026-04-03 16:33:31 -05:00
parent fcbbee2c8d
commit bbc01cb42b

View File

@@ -110,6 +110,7 @@ struct MealSectionView: View {
}
.padding(.horizontal, 16)
.padding(.vertical, 10)
.background(Color(.systemBackground))
}
}