diff --git a/src/gui/views/goblin/mod.rs b/src/gui/views/goblin/mod.rs index 0b8a7884..ea4fef3c 100644 --- a/src/gui/views/goblin/mod.rs +++ b/src/gui/views/goblin/mod.rs @@ -2452,7 +2452,9 @@ impl GoblinWalletView { Vec2::new(half, 44.0), )), |ui| { - if w::big_action_on_card(ui, "Keep it").clicked() { + if w::big_action_on_card_ink(ui, "Keep it", t.surface_text) + .clicked() + { claim.confirm_release = false; } },