mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-09-06 23:08:24 -04:00
@@ -124,7 +124,7 @@ const RoomList: FC<RoomListProps> = ({
|
||||
sx={
|
||||
room.id === selectedRoomId
|
||||
? {
|
||||
backgroundColor: "#eaf3fb !important",
|
||||
backgroundColor: "#ececec !important",
|
||||
fontWeight: 700,
|
||||
color: "#23272f",
|
||||
border: "1px solid #23272f",
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
/* Force selected available room to have a visible background */
|
||||
.MuiButtonBase-root.MuiListItemButton-root.Mui-selected {
|
||||
background-color: #afafaf !important;
|
||||
/*font-weight: 900 !important;*/
|
||||
/*color: #23272f;*/
|
||||
border: 1px solid #23272f;
|
||||
border-radius: 4px;
|
||||
}
|
||||
/*
|
||||
* Landing Page Styles
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user