mirror of https://github.com/vector-im/riot-web
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/28217/head
parent
a756b33fe9
commit
d4349bb361
|
@ -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 New Issue