mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 01:52:44 +02:00
textColor fix
This commit is contained in:
@@ -56,6 +56,7 @@ struct Composer: View {
|
||||
select: viewModel.select,
|
||||
didUpdateText: viewModel.didUpdateText
|
||||
)
|
||||
.textColor(theme.colors.primaryContent)
|
||||
.frame(height: viewModel.idealHeight)
|
||||
.padding(.horizontal, 12)
|
||||
.onAppear {
|
||||
|
||||
Reference in New Issue
Block a user