Accent color

This commit is contained in:
Hillel Coren 2020-07-31 17:39:26 +03:00
parent 3db9dce1ac
commit f3da7296b7
1 changed files with 2 additions and 1 deletions

View File

@ -76,7 +76,8 @@ class MenuDrawer extends StatelessWidget {
overflow: TextOverflow.ellipsis,
),
),
if (userCompany.settings.accentColor != null)
if (userCompany.settings.accentColor != null &&
state.companies.length > 1)
Container(
padding: const EdgeInsets.only(right: 2),
decoration: BoxDecoration(