Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
add missing list background color
Browse files Browse the repository at this point in the history
  • Loading branch information
nuo-xu committed Apr 21, 2023
1 parent a2ebaff commit b10b4ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/BraveWallet/Crypto/Market/MarketView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ struct MarketView: View {
}
}
.listStyle(InsetGroupedListStyle())
.listBackgroundColor(Color(.braveGroupedBackground))
.background(
NavigationLink(
isActive: Binding(
Expand Down

0 comments on commit b10b4ab

Please sign in to comment.