textColor fix

This commit is contained in:
Mauro Romito
2022-10-06 16:42:52 +02:00
parent 19eaff0e97
commit b35e8662e0
2 changed files with 2 additions and 1 deletions
@@ -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 {