mirror of
https://github.com/foss42/apidash.git
synced 2025-12-01 18:28:25 +08:00
Fix UI Providers Tests
This commit is contained in:
@@ -77,7 +77,7 @@ class Dashboard extends ConsumerWidget {
|
||||
onPressed: () {
|
||||
ref.read(navRailIndexStateProvider.notifier).state = 3;
|
||||
},
|
||||
icon: const Icon(Icons.terminal),
|
||||
icon: const Icon(Icons.terminal_outlined),
|
||||
selectedIcon: const Icon(Icons.terminal),
|
||||
),
|
||||
Text(
|
||||
|
||||
Reference in New Issue
Block a user