mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-17 15:09:31 +02:00
Merge branch 'feature/wrong_color_poll_history' into 'develop'
Color change See merge request bwmessenger/bundesmessenger/bundesmessenger-ios!164
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user