ptt bar styles: same color as FAB-mute, z-index on top of drawer
parent
b71731c62e
commit
75912c71c2
|
|
@ -137,10 +137,10 @@ const styles = (theme) =>
|
|||
transform : 'translate(-50%, 0%)',
|
||||
color : 'rgba(255, 255, 255, 0.7)',
|
||||
fontSize : '1.3em',
|
||||
backgroundColor : 'rgba(255, 0, 0, 0.9)',
|
||||
backgroundColor : 'rgba(245, 0, 87, 0.70)',
|
||||
margin : '4px',
|
||||
padding : theme.spacing(2),
|
||||
zIndex : 31,
|
||||
zIndex : 1200,
|
||||
borderRadius : '20px',
|
||||
textAlign : 'center',
|
||||
opacity : 0,
|
||||
|
|
|
|||
Loading…
Reference in New Issue