Skip to content

Commit 5bb3095

Browse files
committed
fix: styling changes
1 parent 13a3975 commit 5bb3095

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/instrument-renderer/src/components/InstrumentRenderer/SeriesInstrumentContent.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ export const SeriesInstrumentContent = ({ status }: SeriesInstrumentContentProps
3131

3232
return (
3333
<div className="flex flex-grow flex-col items-center justify-center space-y-1 py-32 text-center">
34-
<Heading className="font-medium" variant="h5">
34+
<Heading variant="h4">
3535
{t({
36-
en: 'Series Instrument in Process',
36+
en: 'Series Instrument in Progress',
3737
fr: "Série d'instruments en cours"
3838
})}
3939
</Heading>

packages/instrument-renderer/src/components/InstrumentRenderer/SeriesInstrumentRenderer.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ export const SeriesInstrumentRenderer = ({
9090
.with({ index: 0 }, () => <InstrumentOverview instrument={instrument} onNext={() => setIndex(1)} />)
9191
.with({ index: 1, isInstrumentInProgress: false }, () => (
9292
<div className="flex flex-grow flex-col items-center justify-center space-y-1 py-32 text-center">
93-
<Heading className="font-medium" variant="h5">
93+
<Heading variant="h4">
9494
{t({
95-
en: 'Series Instrument in Process',
95+
en: 'Series Instrument in Progress',
9696
fr: "Série d'instruments en cours"
9797
})}
9898
</Heading>
@@ -143,10 +143,10 @@ export const SeriesInstrumentRenderer = ({
143143
.with({ index: 2 }, () => (
144144
<div className="mx-auto flex max-w-prose flex-grow flex-col items-center justify-center space-y-1 py-32 text-center">
145145
<CircleCheckIcon
146-
className="fill-green-600 [&>circle]:stroke-transparent"
146+
className="fill-green-600 stroke-white [&>circle]:stroke-transparent"
147147
style={{ height: '36px', width: '36px' }}
148148
/>
149-
<Heading variant="h4">
149+
<Heading variant="h3">
150150
{t({
151151
en: 'Thank You!',
152152
fr: 'Merci'

0 commit comments

Comments
 (0)