Fix button border color of LeaveSpaceDialog (#8010)
This commit is contained in:
parent
7b71a9fb65
commit
93bde40568
2 changed files with 38 additions and 46 deletions
|
@ -105,6 +105,7 @@ const LeaveSpaceDialog: React.FC<IProps> = ({ space, onFinished }) => {
|
|||
</div>
|
||||
<DialogButtons
|
||||
primaryButton={_t("Leave space")}
|
||||
primaryButtonClass="danger"
|
||||
onPrimaryButtonClick={() => onFinished(true, roomsToLeave)}
|
||||
hasCancel={true}
|
||||
onCancel={() => onFinished(false)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue