mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-18 08:45:05 +00:00
Remove drawer from mac os
This commit is contained in:
parent
a116241185
commit
1831ebf435
2 changed files with 1 additions and 2 deletions
BIN
assets/images/desktop_menu.png
Normal file
BIN
assets/images/desktop_menu.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 663 B |
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue