mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-12-16 04:06:36 +00:00
Scale share button
This commit is contained in:
parent
dcd63cfd54
commit
dac9fc55e9
1 changed files with 2 additions and 0 deletions
|
@ -136,6 +136,7 @@ struct StatusRowActionsView: View {
|
||||||
case .linkOnly:
|
case .linkOnly:
|
||||||
ShareLink(item: url) {
|
ShareLink(item: url) {
|
||||||
action.image(dataController: statusDataController)
|
action.image(dataController: statusDataController)
|
||||||
|
.font(.scaledBody)
|
||||||
}
|
}
|
||||||
.buttonStyle(.statusAction())
|
.buttonStyle(.statusAction())
|
||||||
.accessibilityElement(children: .combine)
|
.accessibilityElement(children: .combine)
|
||||||
|
@ -146,6 +147,7 @@ struct StatusRowActionsView: View {
|
||||||
message: Text(viewModel.finalStatus.content.asRawText))
|
message: Text(viewModel.finalStatus.content.asRawText))
|
||||||
{
|
{
|
||||||
action.image(dataController: statusDataController)
|
action.image(dataController: statusDataController)
|
||||||
|
.font(.scaledBody)
|
||||||
}
|
}
|
||||||
.buttonStyle(.statusAction())
|
.buttonStyle(.statusAction())
|
||||||
.accessibilityElement(children: .combine)
|
.accessibilityElement(children: .combine)
|
||||||
|
|
Loading…
Reference in a new issue