Skip to content

Commit

Permalink
feat: update icons
Browse files Browse the repository at this point in the history
  • Loading branch information
ice-alcides committed Aug 13, 2024
1 parent 6543292 commit bd1ab67
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/icons/icon_protectwallet_icloud.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/icons/icon_wallet_protect_account.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class SecureAccountModal extends StatelessWidget {
SizedBox(height: 32.0.s),
Button(
mainAxisSize: MainAxisSize.max,
leadingIcon: Assets.images.icons.iconWalletProtectVar1.icon(
leadingIcon: Assets.images.icons.iconWalletProtectAccount.icon(
color: Colors.transparent,
),
label: Text(locale.protect_account_button),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class SecureAccountOptionsPage extends StatelessWidget {
type: ButtonType.menuInactive,
size: 36.0.s,
onPressed: () {},
icon: Assets.images.icons.iconHeaderCopy.icon(
icon: Assets.images.icons.iconProtectwalletIcloud.icon(
color: context.theme.appColors.primaryAccent,
),
),
Expand Down

0 comments on commit bd1ab67

Please sign in to comment.