Skip to content

Commit

Permalink
Fix setting background
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimillian committed Sep 3, 2024
1 parent 24f77a9 commit 55cbd9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions IceCubesApp/App/Tabs/Settings/AboutView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ struct AboutView: View {
Label("Privacy Policy", systemImage: "checkmark.shield")
}
}
#if !os(visionOS)
.listRowBackground(theme.primaryBackgroundColor)
#endif

Section {
Text("""
Expand Down

0 comments on commit 55cbd9e

Please sign in to comment.