Skip to content

Commit c23db98

Browse files
committed
changed videopanel bg-color
1 parent 2dc40e7 commit c23db98

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/components/IDE.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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">

tailwind.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)