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
parent
a756b33fe9
commit
d4349bb361
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue