File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
packages/instrument-renderer/src/components/InstrumentRenderer Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments