Skip to content

Commit

Permalink
Merge pull request #1106 from drakkomaximo/fix-1046
Browse files Browse the repository at this point in the history
feat: Description Quiz Style has been change
  • Loading branch information
Marchand-Nicolas authored Mar 2, 2025
2 parents 3c48d9a + ff97884 commit 7153d3c
Show file tree
Hide file tree
Showing 3 changed files with 2,553 additions and 1,733 deletions.
7 changes: 6 additions & 1 deletion components/quiz/startScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,12 @@ const StartScreen: FunctionComponent<StartScreenProps> = ({
<Button onClick={() => setStep(step + 1)}>Start Quiz</Button>
}
>
<Typography type={TEXT_TYPE.BODY_DEFAULT}>{description}</Typography>
<Typography
type={TEXT_TYPE.BODY_SMALL}
color="secondary50"
>
{description}
</Typography>
</ScreenLayout>
</div>
<QuizControls step={step} setStep={setStep} />
Expand Down
Loading

0 comments on commit 7153d3c

Please sign in to comment.