Add people styling

* Add styled PeopleHeader tag
* Add icon prefix to view name
This commit is contained in:
Anders Borch
2023-04-12 19:27:01 +02:00
parent 7111f99cff
commit 7887e724d5
2 changed files with 35 additions and 9 deletions

View File

@ -13,6 +13,7 @@ const StyledTitle = styled.div`
align-items: center;
gap: 5px;
color: ${(props) => props.theme.text60};
font-weight: 500;
`;
function TableHeader({ viewName, viewIcon }: OwnProps) {