Skip to content

Commit

Permalink
VisionOS Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimillian committed Jan 16, 2024
1 parent 0dea624 commit 1a0b52d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1a0b52d

Please sign in to comment.