mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-05 23:47:44 +02:00
custom tint + blinking dark theme text color issue fix
This commit is contained in:
@@ -101,7 +101,7 @@ struct Composer: View {
|
||||
select: wysiwygViewModel.select,
|
||||
didUpdateText: wysiwygViewModel.didUpdateText
|
||||
)
|
||||
.textColor(theme.colors.primaryContent)
|
||||
.tintColor(theme.colors.accent)
|
||||
.frame(height: wysiwygViewModel.idealHeight)
|
||||
.padding(.horizontal, horizontalPadding)
|
||||
.onAppear {
|
||||
|
||||
Reference in New Issue
Block a user