uncommented code I commented while testing something
This commit is contained in:
parent
cf673470f8
commit
251f8b2666
1 changed files with 2 additions and 3 deletions
|
@ -20,12 +20,11 @@ export default class PostList extends React.Component<HomeProps> {
|
||||||
padding-top: 2rem;
|
padding-top: 2rem;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: white;
|
color: ${(props) =>
|
||||||
/* color: ${(props) =>
|
|
||||||
theming.theme(props.theme.currentTheme, {
|
theming.theme(props.theme.currentTheme, {
|
||||||
light: "#111111",
|
light: "#111111",
|
||||||
dark: "#EEEEEE",
|
dark: "#EEEEEE",
|
||||||
})}; */
|
})};
|
||||||
`
|
`
|
||||||
|
|
||||||
StyledH1 = styled.h1`
|
StyledH1 = styled.h1`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue