Felix icons (#312)

* Fix icon size in table top bar

* Replace building icon

* Replace Employees icon

* Replace map icon

* Replace calendar icon

* Replace Target icon
This commit is contained in:
Charles Bochet
2023-06-15 18:07:56 +02:00
committed by GitHub
parent d28a762661
commit 540ad4929d
13 changed files with 66 additions and 64 deletions

View File

@ -39,7 +39,7 @@ export default function NavBackButton({ title }: OwnProps) {
<IconAndButtonContainer
onClick={() => navigate('/', { replace: true })}
>
<IconChevronLeft strokeWidth={3} />
<IconChevronLeft />
<span>{title}</span>
</IconAndButtonContainer>
<NavCollapseButton hideOnDesktop={true} />