diff --git a/source/src/pages/postList.tsx b/source/src/pages/postList.tsx index 7a37740..65445f1 100644 --- a/source/src/pages/postList.tsx +++ b/source/src/pages/postList.tsx @@ -20,12 +20,11 @@ export default class PostList extends React.Component { 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`