improved readability on low contrast

This commit is contained in:
Kim, Jimin 2021-08-09 12:17:01 +09:00
parent f4d49b74d8
commit a90619e77f
2 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@ const StyledPostCardContent = styled.div`
color: ${(props) =>
theming.theme(props.theme.currentTheme, {
light: "grey",
dark: "darkgrey",
dark: "lightgrey",
})};
`