mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 19:26:04 +03:00
Make toast dismiss button less prominent
This commit is contained in:
parent
6d6995e6fb
commit
d669f55b60
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ const GenericToast: React.FC<XOR<IPropsExtended, IProps>> = ({
|
|||
{detailContent}
|
||||
</div>
|
||||
<div className="mx_Toast_buttons" aria-live="off">
|
||||
{onReject && rejectLabel && <AccessibleButton kind="danger" onClick={onReject}>
|
||||
{onReject && rejectLabel && <AccessibleButton kind="danger_outline" onClick={onReject}>
|
||||
{ rejectLabel }
|
||||
</AccessibleButton> }
|
||||
<AccessibleButton onClick={onAccept} kind="primary">
|
||||
|
|
Loading…
Reference in a new issue