Color change

This commit is contained in:
Arnfried Griesert
2023-07-21 09:34:41 +02:00
parent db1787303c
commit aa2d6143d5
@@ -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)