fix stepper font

This commit is contained in:
Hristo Nedelkov 2023-10-06 13:00:06 +03:00
parent 8d046d29af
commit 08b1ad20e6
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ const FormStepper = ({ activeStep, changeActiveStep }: FormStepperProps) => {
width: '100%', width: '100%',
padding: 0, padding: 0,
marginBottom: '3rem', marginBottom: '3rem',
fontFamily: 'Inter',
}} }}
> >
{steps.map((step, index) => ( {steps.map((step, index) => (