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

Add border to 'reject' button on room preview card #9205

Merged
merged 5 commits into from
Feb 6, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions res/css/views/rooms/_RoomPreviewCard.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -131,5 +131,9 @@ limitations under the License.
padding: 14px 0;
flex-grow: 1;
}

.mx_AccessibleButton_kind_secondary {
border: 2px solid #0dbd8b;
}
}
}