We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b4d8e6 commit 0d616cdCopy full SHA for 0d616cd
frontend/src/app/components/collab/SessionHeader.tsx
@@ -20,7 +20,7 @@ export default function SessionHeader() {
20
<Button>
21
<Mic />
22
</Button>
23
- <Button className="bg-red-500 text-black mr-3">Leave Session</Button>
+ <Button className="bg-red-500 text-black mr-3 hover:bg-red-300">Leave Session</Button>
24
</header>
25
);
26
}
0 commit comments