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