mirror of
https://github.com/element-hq/element-x-ios.git
synced 2026-01-16 23:01:33 +00:00
Keep the natural size of the Translate action's SF symbol.
This commit is contained in:
parent
ec97996a7c
commit
2071a18102
1 changed files with 0 additions and 2 deletions
|
|
@ -149,8 +149,6 @@ enum TimelineItemMenuAction: Identifiable, Hashable {
|
|||
case .translate:
|
||||
Label { Text(L10n.actionTranslate) } icon: {
|
||||
Image(systemSymbol: .translate)
|
||||
.resizable()
|
||||
.aspectRatio(contentMode: .fit)
|
||||
.scaledFrame(size: 24)
|
||||
}
|
||||
case .copyCaption:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue