Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
GhenadieVP committed Sep 6, 2024
1 parent 07c9e9e commit a77187f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ extension CustomizeFees {
if viewState.insufficientBalance {
WarningErrorView(text: L10n.CustomizeNetworkFees.Warning.insufficientBalance, type: .error)
} else if viewState.linkingNewAccount {
HStack(alignment: .center) {
HStack(alignment: .center, spacing: .small1) {
WarningErrorView(text: L10n.TransactionReview.FeePayerValidation.linksNewAccount, type: .warning)
InfoButton(.payingaccount)
}
Expand Down

0 comments on commit a77187f

Please sign in to comment.