parent
7327e9bda7
commit
4bc6bf6c3d
|
|
@ -78,8 +78,8 @@ const styles = (theme) =>
|
|||
},
|
||||
actionButton :
|
||||
{
|
||||
margin : theme.spacing(1),
|
||||
padding : 0
|
||||
margin : theme.spacing(1, 0),
|
||||
padding : theme.spacing(0, 1)
|
||||
}
|
||||
});
|
||||
|
||||
|
|
@ -439,4 +439,4 @@ export default withRoomContext(connect(
|
|||
);
|
||||
}
|
||||
}
|
||||
)(withStyles(styles, { withTheme: true })(TopBar)));
|
||||
)(withStyles(styles, { withTheme: true })(TopBar)));
|
||||
|
|
|
|||
Loading…
Reference in New Issue