mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-01-10 21:54:10 +01:00
Scale share button
This commit is contained in:
parent
dcd63cfd54
commit
dac9fc55e9
@ -136,6 +136,7 @@ struct StatusRowActionsView: View {
|
||||
case .linkOnly:
|
||||
ShareLink(item: url) {
|
||||
action.image(dataController: statusDataController)
|
||||
.font(.scaledBody)
|
||||
}
|
||||
.buttonStyle(.statusAction())
|
||||
.accessibilityElement(children: .combine)
|
||||
@ -146,6 +147,7 @@ struct StatusRowActionsView: View {
|
||||
message: Text(viewModel.finalStatus.content.asRawText))
|
||||
{
|
||||
action.image(dataController: statusDataController)
|
||||
.font(.scaledBody)
|
||||
}
|
||||
.buttonStyle(.statusAction())
|
||||
.accessibilityElement(children: .combine)
|
||||
|
Loading…
Reference in New Issue
Block a user