Actions buttons: Bigger tap area

This commit is contained in:
Thomas Ricouard 2023-12-29 17:57:37 +01:00
parent bb39f07503
commit 2bdef66da0

View file

@ -194,10 +194,12 @@ struct StatusRowActionsView: View {
.imageScale(.medium) .imageScale(.medium)
.font(.scaledBody) .font(.scaledBody)
.fontWeight(.black) .fontWeight(.black)
.contentShape(Rectangle())
} else { } else {
action action
.image(dataController: statusDataController, privateBoost: privateBoost()) .image(dataController: statusDataController, privateBoost: privateBoost())
.font(.scaledBody) .font(.scaledBody)
.contentShape(Rectangle())
} }
} }
.buttonStyle( .buttonStyle(