mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-12 12:47:37 +02:00
fix: Use outline variant icons on Navigation Bar
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user