Fix #1939
This commit is contained in:
parent
cf81054366
commit
70f58aa08d
|
@ -102,7 +102,6 @@ public struct StatusRowView: View {
|
||||||
StatusRowActionsView(isBlockConfirmationPresented: $isBlockConfirmationPresented,
|
StatusRowActionsView(isBlockConfirmationPresented: $isBlockConfirmationPresented,
|
||||||
viewModel: viewModel)
|
viewModel: viewModel)
|
||||||
.tint(isFocused ? theme.tintColor : .gray)
|
.tint(isFocused ? theme.tintColor : .gray)
|
||||||
.contentShape(Rectangle())
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if isFocused, !isCompact {
|
if isFocused, !isCompact {
|
||||||
|
|
Loading…
Reference in New Issue