mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-17 15:09:31 +02:00
textColor fix
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
"location" : "https://github.com/matrix-org/matrix-wysiwyg-composer-swift",
|
||||
"state" : {
|
||||
"branch" : "main",
|
||||
"revision" : "37251f58e863b4aa35698dd7cd22b222893667ce"
|
||||
"revision" : "54ddd444ba3cf1d516189f61f5338ade20428ef8"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@@ -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