Skip to content

Commit

Permalink
style: sequence header title size
Browse files Browse the repository at this point in the history
  • Loading branch information
ddecrulle committed May 16, 2024
1 parent fd208fb commit cb068f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Orchestrator/SequenceHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export function SequenceHeader(props: SequenceHeaderProps) {
if (pagination === 'question')
return (
<div>
<h2>{currentSequence.label}</h2>
<h2 className={fr.cx('fr-stepper__title')}>{currentSequence.label}</h2>
</div>
)

Expand Down

0 comments on commit cb068f1

Please sign in to comment.