Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #96 from MXCzkEVM/account_management_feat
Browse files Browse the repository at this point in the history
fix: UI fixes on qr code view private key button
  • Loading branch information
reasje authored Oct 17, 2023
2 parents 2b575b0 + 197143f commit 409cc14
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ class QrCodePage extends HookConsumerWidget {
],
),
),
const SizedBox(
height: Sizes.space6XLarge,
),
MxcButton.secondary(
key: const ValueKey('viewPrivateKeyButton'),
title: FlutterI18n.translate(context, 'view_private_key'),
Expand All @@ -90,7 +93,7 @@ class QrCodePage extends HookConsumerWidget {
}
}),
),
const SizedBox(height: Sizes.space5XLarge),
const SizedBox(height: Sizes.spaceNormal),
MxcButton.primary(
key: const ValueKey('scanQrCodeButton'),
title: FlutterI18n.translate(context, 'scan_qr_code'),
Expand Down

0 comments on commit 409cc14

Please sign in to comment.