diff --git a/internals/startingTemplate/src/app/components/NotFoundPage/P.ts b/internals/startingTemplate/src/app/components/NotFoundPage/P.ts index f1eceb5e..fa4d906c 100644 --- a/internals/startingTemplate/src/app/components/NotFoundPage/P.ts +++ b/internals/startingTemplate/src/app/components/NotFoundPage/P.ts @@ -3,6 +3,6 @@ import styled from 'styled-components/macro'; export const P = styled.p` font-size: 1rem; line-height: 1.5; - color: ${p => p.theme.textSecondary}; + color: black; margin: 0.625rem 0 1.5rem 0; `; diff --git a/internals/startingTemplate/src/app/components/NotFoundPage/index.tsx b/internals/startingTemplate/src/app/components/NotFoundPage/index.tsx index d75a1d2f..9d4aba2f 100644 --- a/internals/startingTemplate/src/app/components/NotFoundPage/index.tsx +++ b/internals/startingTemplate/src/app/components/NotFoundPage/index.tsx @@ -36,7 +36,7 @@ const Wrapper = styled.div` const Title = styled.div` margin-top: -8vh; font-weight: bold; - color: ${p => p.theme.text}; + color: black; font-size: 3.375rem; span {