mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-13 04:51:21 +00:00
VisionOS Fixes
This commit is contained in:
parent
0dea624060
commit
1a0b52d268
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue