fix date font color

This commit is contained in:
Abhinav 2022-06-22 10:06:56 +05:30
parent ae3f64745d
commit febfbefaae

View file

@ -93,6 +93,7 @@ const DateContainer = styled(ListItemContainer)`
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
height: ${DATE_CONTAINER_HEIGHT}px; height: ${DATE_CONTAINER_HEIGHT}px;
color: ${({ theme }) => theme.palette.text.secondary};
`; `;
const SizeAndCountContainer = styled(DateContainer)` const SizeAndCountContainer = styled(DateContainer)`