Skip to content

Commit

Permalink
[ABW-3789] Add info button to default deposit guarantees (#1331)
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasbzurovski authored Sep 10, 2024
1 parent 0fed22b commit d50309d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@ extension DefaultDepositGuarantees {

extension DefaultDepositGuarantees.View {
public var body: some View {
VStack(spacing: .medium1) {
VStack(alignment: .leading, spacing: .medium1) {
Text(L10n.AccountSecuritySettings.DepositGuarantees.text)
.textStyle(.body1HighImportance)
.foregroundColor(.app.gray2)
.allowsHitTesting(false)

InfoButton(.guarantees, label: L10n.TransactionReview.Guarantees.howDoGuaranteesWork)

Card {
let stepperStore = store.scope(state: \.percentageStepper) { .child(.percentageStepper($0)) }
MinimumPercentageStepper.View(store: stepperStore, vertical: true)
Expand Down

0 comments on commit d50309d

Please sign in to comment.