fix(video-background): set dialog add button margin to right size
This commit is contained in:
parent
fce8f52574
commit
72ef1668f2
|
@ -41,7 +41,10 @@ interface IProps extends WithTranslation {
|
|||
const useStyles = makeStyles()(theme => {
|
||||
return {
|
||||
addBackground: {
|
||||
marginRight: theme.spacing(2)
|
||||
marginRight: theme.spacing(2),
|
||||
'& svg': {
|
||||
fill: '#669aec !important'
|
||||
}
|
||||
},
|
||||
button: {
|
||||
display: 'none'
|
||||
|
|
|
@ -256,7 +256,7 @@ const useStyles = makeStyles()(theme => {
|
|||
}
|
||||
},
|
||||
dialogMarginTop: {
|
||||
marginTop: '44px'
|
||||
marginTop: '8px'
|
||||
},
|
||||
virtualBackgroundLoading: {
|
||||
overflow: 'hidden',
|
||||
|
|
Loading…
Reference in New Issue