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
|
<p
|
||||||
css={css`
|
css={css`
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
background-color: wheat;
|
background-color: white;
|
||||||
`}
|
`}
|
||||||
>
|
>
|
||||||
{question.content}
|
{question.content}
|
||||||
|
|
Loading…
Reference in New Issue