Make logo larger

This commit is contained in:
Hillel Coren 2021-01-13 17:50:42 +02:00
parent 1538374b7d
commit 2a1b69b1b4
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ class MenuDrawer extends StatelessWidget {
mainAxisAlignment: MainAxisAlignment.start,
children: <Widget>[
_companyLogo(company),
SizedBox(width: 16, height: kTopBottomBarHeight),
SizedBox(width: 15, height: kTopBottomBarHeight),
Expanded(
child: Text(
company.displayName.isEmpty