Remove drawer from mac os

This commit is contained in:
Godwin Asuquo 2023-02-09 20:29:38 +02:00
parent a116241185
commit 1831ebf435
2 changed files with 1 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 663 B

View file

@ -57,8 +57,7 @@ class DesktopDashboardPage extends BasePage {
@override @override
Widget trailing(BuildContext context) { Widget trailing(BuildContext context) {
return Image.asset('assets/images/menu.png', return Image.asset('assets/images/desktop_menu.png', color: Theme.of(context).highlightColor);
color: Theme.of(context).accentTextTheme.headline2!.backgroundColor!);
} }
final BalancePage balancePage; final BalancePage balancePage;