Chap05 -> Using route paramters -> Implementinig more of the question page (fix background-color)
parent
17cecb2931
commit
dee956f542
|
@ -45,7 +45,7 @@ export const QuestionPage = () => {
|
|||
<p
|
||||
css={css`
|
||||
margin-top: 0px;
|
||||
background-color: wheat;
|
||||
background-color: white;
|
||||
`}
|
||||
>
|
||||
{question.content}
|
||||
|
|
Loading…
Reference in New Issue