mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-03-02 12:00:43 +00:00
fix stepper font
This commit is contained in:
parent
8d046d29af
commit
08b1ad20e6
@ -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) => (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user