Skip to content

Commit

Permalink
swap - remove warning button
Browse files Browse the repository at this point in the history
  • Loading branch information
mocodesmo committed Apr 15, 2024
1 parent 6d45bfa commit a203903
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/receive/receive_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,14 @@ class _Warnings extends StatelessWidget {
3. It is more economical to make fewer swaps of larger amounts than to make many swaps of smaller amounts'''),
const Gap(8),
const _RemoveWarningMessage(),
const Gap(24),
BBButton.big(
leftIcon: Icons.send_outlined,
label: 'Continue anyways',
onPressed: () {
context.read<SwapCubit>().removeWarnings();
},
),
],
);
}
Expand Down

0 comments on commit a203903

Please sign in to comment.