From 0a24a84ec3b1d25dc4dbd47db75972386d4407a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Stormacq?= Date: Tue, 3 Dec 2024 13:36:00 -0800 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) } }