File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -754,8 +754,8 @@ function RightVideoPanel({ muteCam, muteMic }) {
754754
755755 return (
756756 < div style = { { height : "calc(100vh - 47px)" } } className = "overflow-hidden duration-300 bg-transparent px-2 pt-2 pb-3 flex flex-col items-center justify-start" >
757- < div className = "flex overflow-hidden custom-shadow-light h-full rounded-lg justify-start items-center flex-col bg-teal- standard bg-opacity-100 relative pt-2 px-2 shadow-lg" >
758- < Tag size = { "md" } variant = "solid" w = "full" colorScheme = "teal " >
757+ < div className = "flex overflow-hidden custom-shadow-light h-full rounded-lg justify-start items-center flex-col bg-gradient-to-br from-purple- standard via-purple-dark to-theme-orange bg-opacity-100 relative pt-2 px-2 shadow-lg" >
758+ < Tag size = { "md" } variant = "solid" w = "full" colorScheme = "#EE9B00 " >
759759 People in room
760760 </ Tag >
761761 < div className = "justify-between flex-col pt-2 pb-3" >
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ module.exports = {
1717 'theme-orange' : '#cd8951' ,
1818 'theme-grey' : '#c8d8d7' ,
1919 'theme-dark-purple' : '#1A202C' ,
20+ 'purple-6' : '#753188'
2021 } ,
2122 padding : {
2223 "54" : '260px' ,
You can’t perform that action at this time.
0 commit comments