mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-14 05:21:12 +00:00
Fix #1939
This commit is contained in:
parent
cf81054366
commit
70f58aa08d
1 changed files with 0 additions and 1 deletions
|
@ -102,7 +102,6 @@ public struct StatusRowView: View {
|
|||
StatusRowActionsView(isBlockConfirmationPresented: $isBlockConfirmationPresented,
|
||||
viewModel: viewModel)
|
||||
.tint(isFocused ? theme.tintColor : .gray)
|
||||
.contentShape(Rectangle())
|
||||
}
|
||||
|
||||
if isFocused, !isCompact {
|
||||
|
|
Loading…
Reference in a new issue