mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-13 11:34:08 +00:00
Assuring steps in Stepper are left aligned
This commit is contained in:
parent
304e0872b0
commit
c32d4616ed
@ -101,6 +101,11 @@ export default createMuiTheme({
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
MuiStepLabel: {
|
||||||
|
label: {
|
||||||
|
textAlign: 'left',
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
palette,
|
palette,
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user