Merge branch 'feature/wrong_color_poll_history' into 'develop'

Color change

See merge request bwmessenger/bundesmessenger/bundesmessenger-ios!164
This commit is contained in:
Arnfried Griesert
2023-07-26 11:30:23 +00:00

View File

@@ -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)