Skip to content

Commit

Permalink
Update enter_your_password_modal.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagocarvalhodev committed Dec 13, 2024
1 parent 42812f9 commit 6fed877
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@ class _EnterYourPasswordWidgetState extends State<EnterYourPasswordWidget> {

@override
Widget build(BuildContext context) {
final colorTokens = ArDriveTheme.of(context).themeData.colorTokens;
final typography = ArDriveTypographyNew.of(context);

final showDerivedWalletAlreadyCreated =
widget.derivedEthWallet != null && !widget.loginBloc.existingUserFlow;

Expand Down

0 comments on commit 6fed877

Please sign in to comment.