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

master
Jason Zhu 2022-03-30 14:53:04 +11:00
parent 17cecb2931
commit dee956f542
1 changed files with 1 additions and 1 deletions

View File

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