Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit d4349bb

Browse files
gefgut3chguy
andauthored
Add border to 'reject' button on room preview card (#9205)
* Add border to 'reject' button on room preview card Signed-off-by: gefgu <[email protected]> * feat: use correct kind --------- Signed-off-by: gefgu <[email protected]> Co-authored-by: Michael Telatynski <[email protected]>
1 parent a756b33 commit d4349bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/views/rooms/RoomPreviewCard.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ const RoomPreviewCard: FC<IProps> = ({ room, onJoinButtonClicked, onRejectButton
116116
joinButtons = (
117117
<>
118118
<AccessibleButton
119-
kind="secondary"
119+
kind="primary_outline"
120120
onClick={() => {
121121
setBusy(true);
122122
onRejectButtonClicked();

0 commit comments

Comments
 (0)