From ad2c25dda78125fe07f9f9160acc519798231853 Mon Sep 17 00:00:00 2001 From: Elias Bonnici Date: Wed, 15 May 2024 11:32:00 +0200 Subject: [PATCH] Bump material symbols and change PIV icon --- lib/app/views/navigation.dart | 2 +- lib/app/views/reset_dialog.dart | 2 +- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/app/views/navigation.dart b/lib/app/views/navigation.dart index 4d7474de..cd2c953d 100644 --- a/lib/app/views/navigation.dart +++ b/lib/app/views/navigation.dart @@ -93,7 +93,7 @@ extension on Section { Section.passkeys => Symbols.passkey, Section.fingerprints => Symbols.fingerprint, Section.slots => Symbols.touch_app, - Section.certificates => Symbols.badge, + Section.certificates => Symbols.id_card, }; Key get _key => switch (this) { diff --git a/lib/app/views/reset_dialog.dart b/lib/app/views/reset_dialog.dart index 9d1233de..bfe26826 100644 --- a/lib/app/views/reset_dialog.dart +++ b/lib/app/views/reset_dialog.dart @@ -48,7 +48,7 @@ extension on Capability { IconData get _icon => switch (this) { Capability.oath => Symbols.supervisor_account, Capability.fido2 => Symbols.passkey, - Capability.piv => Symbols.badge, + Capability.piv => Symbols.id_card, _ => throw UnsupportedError('Icon not defined'), }; } diff --git a/pubspec.lock b/pubspec.lock index e60b5682..4304255c 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -535,10 +535,10 @@ packages: dependency: "direct main" description: name: material_symbols_icons - sha256: "4410e4bb5c6e16d811340f94532c0b3161d2a0ba60b41d0fa8a603186857cabe" + sha256: "36d4e5dd72f2fd282aca127cc4c4c29786d702cb506231ea73a5497fc324bf46" url: "https://pub.dev" source: hosted - version: "4.2719.3" + version: "4.2741.0" menu_base: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 6f0b93f1..45f2ecc6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -70,7 +70,7 @@ dependencies: io: ^1.0.4 base32: ^2.1.3 convert: ^3.1.1 - material_symbols_icons: ^4.2719.3 + material_symbols_icons: ^4.2741.0 dev_dependencies: integration_test: