updated the package and added a circle background to the + button

This commit is contained in:
Mauro Romito 2022-10-07 10:43:45 +02:00
parent 308b34f41e
commit df780ddad9
2 changed files with 3 additions and 1 deletions

View file

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

View file

@ -86,6 +86,8 @@ struct Composer: View {
} label: {
Image(Asset.Images.startComposeModule.name)
.foregroundColor(theme.colors.tertiaryContent)
.padding(11)
.background(Circle().fill(theme.colors.system))
}
FormattingToolbar(formatItems: formatItems) { type in
viewModel.apply(type.action)