mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-25 17:51:01 +00:00
Fix hover effect
This commit is contained in:
parent
8568d6cc59
commit
e03747aa45
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue