mirror of
https://github.com/wassname/talk.git
synced 2026-08-11 05:54:07 +08:00
put some space between buttons on the banuserdialog
This commit is contained in:
@@ -141,3 +141,7 @@ input.error{
|
||||
background-color: 1px solid coral;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.cancel {
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
@@ -30,7 +30,7 @@ const BanUserDialog = ({open, handleClose, onClickBanUser, user = {}}) => {
|
||||
</i>
|
||||
</div>
|
||||
<div className={styles.buttons}>
|
||||
<Button cStyle="cancel" onClick={() => handleClose()} full>
|
||||
<Button cStyle="cancel" className={styles.cancel} onClick={() => handleClose()} full>
|
||||
{lang.t('bandialog.cancel')}
|
||||
</Button>
|
||||
<Button cStyle="black" onClick={() => onClickBanUser(userId, commentId)} full>
|
||||
|
||||
Reference in New Issue
Block a user