From 836d84f031919ab2d215e473fb32d65ecdea7511 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Stormacq?= Date: Mon, 4 Nov 2024 17:33:13 +0100 Subject: [PATCH] remove gray background --- code/getting started/ContentView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/getting started/ContentView.swift b/code/getting started/ContentView.swift index fa9cf9f..d3d2ee1 100644 --- a/code/getting started/ContentView.swift +++ b/code/getting started/ContentView.swift @@ -119,7 +119,7 @@ struct ListRow: View { } } .padding([.top, .bottom], 20) - .background(.gray) +// .background(.gray) } }