mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-29 22:01:06 +00:00
fix: light theme issues.
This commit is contained in:
@@ -68,7 +68,9 @@ class Navigation extends StatelessWidget {
|
||||
selectedIndex: model.currentIndex,
|
||||
destinations: <Widget>[
|
||||
NavigationDestination(
|
||||
icon: const Icon(Icons.dashboard),
|
||||
icon: const Icon(
|
||||
Icons.dashboard,
|
||||
),
|
||||
label: FlutterI18n.translate(
|
||||
context,
|
||||
'main.dashboardTab',
|
||||
|
||||
Reference in New Issue
Block a user