Skip to content

Commit 9c9539c

Browse files
committed
Set semantic zoom icon to green
1 parent fb7b615 commit 9c9539c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/components/page-setup/status-icons.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,17 @@ export default function StatusIcons() {
3838
placement="bottom"
3939
overlay={<Tooltip>Semantic Zoom enabled</Tooltip>}
4040
>
41-
<SearchIcon size={24} />
41+
<SearchIcon color="green" size={24} />
4242
</OverlayTrigger>
4343
)}
4444

4545
{isOnline() && (
4646
<OverlayTrigger
4747
placement="bottom"
4848
overlay={
49-
<Tooltip>Connected to a room with {idToRemoteUser.size + 1} users.</Tooltip>
49+
<Tooltip>
50+
Connected to a room with {idToRemoteUser.size + 1} users.
51+
</Tooltip>
5052
}
5153
>
5254
<div className="navbar-success-icon">

0 commit comments

Comments
 (0)