mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-12-16 12:16:42 +00:00
Fix #1639
This commit is contained in:
parent
7add850fe6
commit
a85c701f50
3 changed files with 7 additions and 0 deletions
|
@ -281,6 +281,13 @@ public struct StatusRowView: View {
|
||||||
}
|
}
|
||||||
} label: {
|
} label: {
|
||||||
Text("status.filter.show-anyway")
|
Text("status.filter.show-anyway")
|
||||||
|
.foregroundStyle(theme.tintColor)
|
||||||
|
}
|
||||||
|
.buttonStyle(.plain)
|
||||||
|
}
|
||||||
|
.onTapGesture {
|
||||||
|
withAnimation {
|
||||||
|
viewModel.isFiltered = false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.accessibilityAction {
|
.accessibilityAction {
|
||||||
|
|
Loading…
Reference in a new issue