diff --git a/Packages/Notifications/Sources/Notifications/NotificationsListView.swift b/Packages/Notifications/Sources/Notifications/NotificationsListView.swift index 0fcf18cb..40c560a1 100644 --- a/Packages/Notifications/Sources/Notifications/NotificationsListView.swift +++ b/Packages/Notifications/Sources/Notifications/NotificationsListView.swift @@ -144,7 +144,7 @@ public struct NotificationsListView: View { trailing: .layoutPadding)) #if os(visionOS) .listRowBackground(RoundedRectangle(cornerRadius: 8) - .foregroundStyle(Material.regular)) + .foregroundStyle(.background)) #else .listRowBackground(theme.primaryBackgroundColor) #endif diff --git a/Packages/StatusKit/Sources/StatusKit/Row/StatusRowView.swift b/Packages/StatusKit/Sources/StatusKit/Row/StatusRowView.swift index 7f8fb62a..3eb5ae5a 100644 --- a/Packages/StatusKit/Sources/StatusKit/Row/StatusRowView.swift +++ b/Packages/StatusKit/Sources/StatusKit/Row/StatusRowView.swift @@ -136,7 +136,7 @@ public struct StatusRowView: View { } #if os(visionOS) .listRowBackground(RoundedRectangle(cornerRadius: 8) - .foregroundStyle(Material.regular)) + .foregroundStyle(.background)) .listRowHoverEffect(.lift) #else .listRowBackground(viewModel.highlightRowColor)