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

View File

@@ -15,7 +15,7 @@
"location" : "https://github.com/matrix-org/matrix-wysiwyg-composer-swift",
"state" : {
"branch" : "main",
"revision" : "37251f58e863b4aa35698dd7cd22b222893667ce"
"revision" : "54ddd444ba3cf1d516189f61f5338ade20428ef8"
}
},
{

View File

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