From b10b4abd4fc63b3168bb925bf9d0ae8e95b561af Mon Sep 17 00:00:00 2001 From: Nuo Xu Date: Fri, 21 Apr 2023 12:56:21 -0400 Subject: [PATCH] add missing list background color --- Sources/BraveWallet/Crypto/Market/MarketView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/BraveWallet/Crypto/Market/MarketView.swift b/Sources/BraveWallet/Crypto/Market/MarketView.swift index dd136694798..92d0e05343f 100644 --- a/Sources/BraveWallet/Crypto/Market/MarketView.swift +++ b/Sources/BraveWallet/Crypto/Market/MarketView.swift @@ -162,6 +162,7 @@ struct MarketView: View { } } .listStyle(InsetGroupedListStyle()) + .listBackgroundColor(Color(.braveGroupedBackground)) .background( NavigationLink( isActive: Binding(