removed unnecessary style

This commit is contained in:
Kim, Jimin 2022-01-06 12:28:07 +09:00
parent dcbfe24de0
commit aa526df013

View file

@ -3,16 +3,8 @@ import { Helmet } from "react-helmet-async"
import MainContent from "../components/MainContent"
import theming from "../styles/theming"
const StyledNotFound = styled(MainContent)`
text-align: center;
color: ${(props) =>
theming.theme(props.theme.currentTheme, {
light: "#111111",
dark: "#EEEEEE",
})};
`
const Styled404 = styled.h1`