fix: fix kanban amount color (#717)

Fixes #673
This commit is contained in:
Thaïs
2023-07-17 11:13:58 +02:00
committed by GitHub
parent 15b09e8b35
commit 8b7314cd39

View File

@ -36,7 +36,7 @@ export const StyledColumnTitle = styled.h3`
`;
const StyledAmount = styled.div`
color: ${({ theme }) => theme.font.color.light};
color: ${({ theme }) => theme.font.color.tertiary};
`;
type OwnProps = {