Color change

This commit is contained in:
Arnfried Griesert
2023-07-21 09:34:41 +02:00
parent 77ded301ac
commit aaa088a139
@@ -93,6 +93,7 @@ struct PollHistory: View {
} label: {
Text(VectorL10n.pollHistoryLoadMore)
.font(theme.fonts.body)
.foregroundColor(Color(ThemeService.shared().theme.tintColor))
}
.accessibilityIdentifier("PollHistory.loadMore")
.disabled(viewModel.viewState.isLoading)