Merge branch 'dev_environment' of gitlab.com:brandx/bxt-app into dev_environment
This commit is contained in:
commit
5065c07820
18 changed files with 972 additions and 125 deletions
|
|
@ -37,6 +37,7 @@ import FieldsIcon from "products/AgIcons/FieldsIcon";
|
|||
import PlaneIcon from "products/AviationIcons/PlaneIcon";
|
||||
import AirportMapIcon from "products/AviationIcons/AirportMapIcon";
|
||||
import JobsiteIcon from "products/Construction/JobSiteIcon";
|
||||
import { getThemeType } from "theme";
|
||||
|
||||
const drawerWidth = 230;
|
||||
|
||||
|
|
@ -207,7 +208,7 @@ export default function SideNavigator(props: Props) {
|
|||
classes={getClasses("/team")}
|
||||
>
|
||||
<ListItemIcon>
|
||||
<People />
|
||||
<People style={{ color: getThemeType() === "light" ? "black" : undefined }}/>
|
||||
</ListItemIcon>
|
||||
{open && <ListItemText primary="Teams" />}
|
||||
</ListItemButton>
|
||||
|
|
@ -219,7 +220,7 @@ export default function SideNavigator(props: Props) {
|
|||
classes={getClasses("/user")}
|
||||
>
|
||||
<ListItemIcon>
|
||||
<Person />
|
||||
<Person style={{ color: getThemeType() === "light" ? "black" : undefined }}/>
|
||||
</ListItemIcon>
|
||||
{open && <ListItemText primary="Users" />}
|
||||
</ListItemButton>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue