fix stepper font
This commit is contained in:
parent
8d046d29af
commit
08b1ad20e6
|
@ -28,7 +28,6 @@ const FormStepper = ({ activeStep, changeActiveStep }: FormStepperProps) => {
|
|||
width: '100%',
|
||||
padding: 0,
|
||||
marginBottom: '3rem',
|
||||
fontFamily: 'Inter',
|
||||
}}
|
||||
>
|
||||
{steps.map((step, index) => (
|
||||
|
|
Loading…
Reference in New Issue