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>
pull/28788/head^2
Gustavo Santos 2023-02-06 07:50:06 -03:00 committed by GitHub
parent a756b33fe9
commit d4349bb361
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ const RoomPreviewCard: FC<IProps> = ({ room, onJoinButtonClicked, onRejectButton
joinButtons = ( joinButtons = (
<> <>
<AccessibleButton <AccessibleButton
kind="secondary" kind="primary_outline"
onClick={() => { onClick={() => {
setBusy(true); setBusy(true);
onRejectButtonClicked(); onRejectButtonClicked();