mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-22 19:49:22 +00:00
Add padding to support page
This commit is contained in:
parent
ea09bba0fb
commit
6caeae2817
1 changed files with 1 additions and 0 deletions
|
@ -156,6 +156,7 @@ class DesktopSidebarWrapper extends BasePage {
|
|||
children: [
|
||||
child,
|
||||
Container(
|
||||
padding: EdgeInsets.all(20),
|
||||
child: Navigator(
|
||||
initialRoute: Routes.support,
|
||||
onGenerateRoute: (settings) => Router.createRoute(settings),
|
||||
|
|
Loading…
Reference in a new issue