mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-29 11:41:01 +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")
|
Label("Privacy Policy", systemImage: "checkmark.shield")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#if !os(visionOS)
|
||||||
|
.listRowBackground(theme.primaryBackgroundColor)
|
||||||
|
#endif
|
||||||
|
|
||||||
Section {
|
Section {
|
||||||
Text("""
|
Text("""
|
||||||
|
|
Loading…
Reference in a new issue