mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +03:00
Add border to 'reject' button on room preview card (#9205)
* Add border to 'reject' button on room preview card Signed-off-by: gefgu <gefgu@hotmail.com> * feat: use correct kind --------- Signed-off-by: gefgu <gefgu@hotmail.com> Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
a756b33fe9
commit
d4349bb361
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ const RoomPreviewCard: FC<IProps> = ({ room, onJoinButtonClicked, onRejectButton
|
|||
joinButtons = (
|
||||
<>
|
||||
<AccessibleButton
|
||||
kind="secondary"
|
||||
kind="primary_outline"
|
||||
onClick={() => {
|
||||
setBusy(true);
|
||||
onRejectButtonClicked();
|
||||
|
|
Loading…
Reference in a new issue