mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-25 09:41:02 +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)
|
||||
.listRowBackground(RoundedRectangle(cornerRadius: 8)
|
||||
.foregroundStyle(.background))
|
||||
.listRowHoverEffect(.lift)
|
||||
.foregroundStyle(.background).hoverEffect())
|
||||
.listRowHoverEffectDisabled()
|
||||
#else
|
||||
.listRowBackground(viewModel.highlightRowColor)
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue