From 251f8b266632a0397b9e62297825a8060f7482be Mon Sep 17 00:00:00 2001 From: developomp Date: Sun, 30 May 2021 17:31:20 +0900 Subject: [PATCH] uncommented code I commented while testing something --- source/src/pages/postList.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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`