Skip to content

Commit 53388cc

Browse files
committed
Fix styling
1 parent 0d616cd commit 53388cc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

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

0 commit comments

Comments
 (0)