removed unnecessary style
This commit is contained in:
parent
dcbfe24de0
commit
aa526df013
1 changed files with 0 additions and 8 deletions
|
@ -3,16 +3,8 @@ import { Helmet } from "react-helmet-async"
|
||||||
|
|
||||||
import MainContent from "../components/MainContent"
|
import MainContent from "../components/MainContent"
|
||||||
|
|
||||||
import theming from "../styles/theming"
|
|
||||||
|
|
||||||
const StyledNotFound = styled(MainContent)`
|
const StyledNotFound = styled(MainContent)`
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
color: ${(props) =>
|
|
||||||
theming.theme(props.theme.currentTheme, {
|
|
||||||
light: "#111111",
|
|
||||||
dark: "#EEEEEE",
|
|
||||||
})};
|
|
||||||
`
|
`
|
||||||
|
|
||||||
const Styled404 = styled.h1`
|
const Styled404 = styled.h1`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue