feat: update postage stamp creation screen (#641)
* style: UI changes for postage stamp * feat: New postage stamp standard page --------- Co-authored-by: Seres Roland <seresroland@Seres-MBP.home>
This commit is contained in:
@@ -159,6 +159,23 @@ const componentsOverrides = (theme: Theme) => ({
|
||||
backgroundColor: 'transparent',
|
||||
},
|
||||
},
|
||||
MuiSlider: {
|
||||
root: {
|
||||
'& .MuiSlider-valueLabel': {
|
||||
top: '-27px',
|
||||
'& span': {
|
||||
height: '20px',
|
||||
borderRadius: '0px',
|
||||
transform: 'none',
|
||||
'& span': {
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
transform: 'none',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
const propsOverrides = {
|
||||
|
||||
Reference in New Issue
Block a user