Skip to content

Commit

Permalink
fix: spacing in participants tab
Browse files Browse the repository at this point in the history
  • Loading branch information
KaustubhKumar05 committed Oct 10, 2023
1 parent e479af0 commit a0a466e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export const SidePaneTabs = React.memo<{
'Chat'
) : (
<span>
Participants&nbsp;<ParticipantCount count={peerCount} />
Participants <ParticipantCount count={peerCount} />
</span>
)}
</Text>
Expand Down Expand Up @@ -153,7 +153,7 @@ export const SidePaneTabs = React.memo<{
color: activeTab !== SIDE_PANE_OPTIONS.PARTICIPANTS ? '$on_surface_low' : '$on_surface_high',
}}
>
Participants <ParticipantCount count={peerCount} />
Participants &nbsp; <ParticipantCount count={peerCount} />
</Tabs.Trigger>
</Tabs.List>
<Tabs.Content value={SIDE_PANE_OPTIONS.PARTICIPANTS} css={{ p: 0 }}>
Expand Down

0 comments on commit a0a466e

Please sign in to comment.