Design improvements (#645)

* Redesign checkbox components

* Fix spacing issue

* Fix cell hover color in dark mode

* Revert column order change because of commit conflict
This commit is contained in:
Félix Malfait
2023-07-13 21:00:12 +02:00
committed by GitHub
parent 15685018df
commit e8bd3b7a14
3 changed files with 19 additions and 1 deletions

View File

@ -61,6 +61,7 @@ const StyledEmptyTimelineSubTitle = styled.div`
font-size: ${({ theme }) => theme.font.size.xxl};
font-weight: ${({ theme }) => theme.font.weight.semiBold};
line-height: ${({ theme }) => theme.text.lineHeight.md};
margin-bottom: ${({ theme }) => theme.spacing(2)};
`;
const StyledTimelineItemContainer = styled.div`