mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-11 13:05:37 +02:00
fix: Use outline variant icons on Navigation Bar
This commit is contained in:
parent
90ca54deeb
commit
a3c29cbfa2
1 changed files with 3 additions and 3 deletions
|
@ -35,7 +35,7 @@ class NavigationView extends StatelessWidget {
|
|||
destinations: <Widget>[
|
||||
NavigationDestination(
|
||||
icon: const Icon(
|
||||
Icons.dashboard,
|
||||
Icons.dashboard_outlined,
|
||||
),
|
||||
label: FlutterI18n.translate(
|
||||
context,
|
||||
|
@ -43,14 +43,14 @@ class NavigationView extends StatelessWidget {
|
|||
),
|
||||
),
|
||||
NavigationDestination(
|
||||
icon: const Icon(Icons.build),
|
||||
icon: const Icon(Icons.build_outlined),
|
||||
label: FlutterI18n.translate(
|
||||
context,
|
||||
'main.patcherTab',
|
||||
),
|
||||
),
|
||||
NavigationDestination(
|
||||
icon: const Icon(Icons.settings),
|
||||
icon: const Icon(Icons.settings_outlined),
|
||||
label: FlutterI18n.translate(
|
||||
context,
|
||||
'main.settingsTab',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue