Skip to content

Commit

Permalink
refactor: Change to iconSize(IKPADDING)
Browse files Browse the repository at this point in the history
  • Loading branch information
lebojo committed Dec 10, 2024
1 parent 85a13a4 commit 998ed35
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Mail/Views/Bottom sheets/Actions/ActionsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,7 @@ struct ActionButtonLabel: View {
.frame(width: 24, height: 24)
} else {
action.icon
.resizable()
.scaledToFit()
.frame(width: 24, height: 24)
.iconSize(.large)
.foregroundStyle(iconColor)
}
Text(action.title)
Expand Down

0 comments on commit 998ed35

Please sign in to comment.