mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-20 04:17:48 +00:00
fix(video-background): set dialog add button margin to right size
This commit is contained in:
committed by
Gabriel Borlea
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'
|
||||
|
||||
Reference in New Issue
Block a user