Chap05 -> Using route paramters -> Implementinig more of the question page (fix background-color)
This commit is contained in:
parent
b71ce601d7
commit
40b20ae730
@ -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…
x
Reference in New Issue
Block a user