Merge branch 'develop' into johannes/find-myself

This commit is contained in:
Kerry
2023-02-07 15:57:47 +13:00
committed by GitHub
4 changed files with 12 additions and 11 deletions

View File

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