Accent color
This commit is contained in:
parent
3db9dce1ac
commit
f3da7296b7
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue