Fix hover effect
This commit is contained in:
parent
8568d6cc59
commit
e03747aa45
|
@ -136,8 +136,8 @@ public struct StatusRowView: View {
|
|||
}
|
||||
#if os(visionOS)
|
||||
.listRowBackground(RoundedRectangle(cornerRadius: 8)
|
||||
.foregroundStyle(.background))
|
||||
.listRowHoverEffect(.lift)
|
||||
.foregroundStyle(.background).hoverEffect())
|
||||
.listRowHoverEffectDisabled()
|
||||
#else
|
||||
.listRowBackground(viewModel.highlightRowColor)
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue