Tweak toolbar button spacing
This commit is contained in:
parent
56a408355d
commit
a7049d224c
@ -36,7 +36,7 @@ struct ComposeToolbarView: View {
|
||||
}
|
||||
|
||||
private var buttons: some View {
|
||||
HStack(spacing: 0) {
|
||||
HStack(spacing: 4) {
|
||||
ContentWarningButton(enabled: $draft.contentWarningEnabled, focusedField: $focusedField)
|
||||
|
||||
VisibilityButton(draft: draft, instanceFeatures: mastodonController.instanceFeatures)
|
||||
|
Loading…
x
Reference in New Issue
Block a user