Chap05 -> Using route paramters -> Implementinig more of the question page (fix background-color)

This commit is contained in:
Jason Zhu 2022-03-30 14:53:04 +11:00
parent b71ce601d7
commit 40b20ae730

View File

@ -45,7 +45,7 @@ export const QuestionPage = () => {
<p
css={css`
margin-top: 0px;
background-color: wheat;
background-color: white;
`}
>
{question.content}