Restore composer tint color

This commit is contained in:
Nicolas Mauri
2023-11-15 17:27:49 +01:00
parent c16ed6ba13
commit b0fa87f9ef

View File

@@ -146,6 +146,7 @@ struct Composer: View {
keyCommandHandler: handleKeyCommand,
pasteHandler: nil
)
.tint(theme.colors.accent)
.onAppear {
if wysiwygViewModel.isContentEmpty {
wysiwygViewModel.setup()