mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-11 13:05:37 +02:00
fix: light theme issues.
This commit is contained in:
parent
4d0dcf407b
commit
7ed2a5fd4f
13 changed files with 68 additions and 17 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue