Skip to content

Commit

Permalink
IOS-8070: Fix view bg
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Fedorov <[email protected]>
  • Loading branch information
m3g0byt3 committed Sep 30, 2024
1 parent 0ca9260 commit b388997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tangem/Modules/Markets/TokenList/MarketsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ struct MarketsView: View {
.scrollDismissesKeyboardCompat(.immediately)
}
.alert(item: $viewModel.alert, content: { $0.alert })
.background(Colors.Background.primary)
.background(Colors.Background.primary.ignoresSafeArea())

if #available(iOS 17.0, *) {
content
Expand Down

0 comments on commit b388997

Please sign in to comment.