fix(video-background): set dialog add button margin to right size

This commit is contained in:
Gabriel Borlea
2023-02-14 15:28:30 +02:00
committed by Gabriel Borlea
parent fce8f52574
commit 72ef1668f2
2 changed files with 5 additions and 2 deletions

View File

@@ -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'