uncommented code I commented while testing something

This commit is contained in:
Kim, Jimin 2021-05-30 17:31:20 +09:00
parent cf673470f8
commit 251f8b2666

View file

@ -20,12 +20,11 @@ export default class PostList extends React.Component<HomeProps> {
padding-top: 2rem;
margin: auto;
text-align: center;
color: white;
/* color: ${(props) =>
color: ${(props) =>
theming.theme(props.theme.currentTheme, {
light: "#111111",
dark: "#EEEEEE",
})}; */
})};
`
StyledH1 = styled.h1`