diff --git a/IceCubesApp/App/Tabs/Settings/InstanceInfoView.swift b/IceCubesApp/App/Tabs/Settings/InstanceInfoView.swift index 5a4cb0313..bcf05ed36 100644 --- a/IceCubesApp/App/Tabs/Settings/InstanceInfoView.swift +++ b/IceCubesApp/App/Tabs/Settings/InstanceInfoView.swift @@ -46,6 +46,9 @@ public struct InstanceInfoSection: View { LabeledContent("Monthly Active Users", value: format(activeMonth)) } } + #if !os(visionOS) + .listRowBackground(theme.primaryBackgroundColor) + #endif Section("Instance Administrator") { LabeledContent("instance.info.email", value: instance.contact.email)