mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-10 19:20:59 +00:00
Fix setting background
This commit is contained in:
parent
24f77a99e1
commit
55cbd9ea6f
1 changed files with 3 additions and 0 deletions
|
@ -73,6 +73,9 @@ struct AboutView: View {
|
|||
Label("Privacy Policy", systemImage: "checkmark.shield")
|
||||
}
|
||||
}
|
||||
#if !os(visionOS)
|
||||
.listRowBackground(theme.primaryBackgroundColor)
|
||||
#endif
|
||||
|
||||
Section {
|
||||
Text("""
|
||||
|
|
Loading…
Reference in a new issue