Skip to content

Commit 0d616cd

Browse files
committed
Minor UI changes
1 parent 1b4d8e6 commit 0d616cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/app/components/collab/SessionHeader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default function SessionHeader() {
2020
<Button>
2121
<Mic />
2222
</Button>
23-
<Button className="bg-red-500 text-black mr-3">Leave Session</Button>
23+
<Button className="bg-red-500 text-black mr-3 hover:bg-red-300">Leave Session</Button>
2424
</header>
2525
);
2626
}

0 commit comments

Comments
 (0)