Skip to content

Commit

Permalink
fix: design parity
Browse files Browse the repository at this point in the history
  • Loading branch information
amar-1995 committed May 23, 2024
1 parent b61aab7 commit aade01b
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import {
SettingsIcon,
VirtualBackgroundIcon,
} from '@100mslive/react-icons';
import { Box, Loading, Text, Tooltip } from '../../../..';
import { Box, Loading, Tooltip } from '../../../..';
import { Sheet } from '../../../../Sheet';
// @ts-ignore: No implicit any
import IconButton from '../../../IconButton';
Expand Down Expand Up @@ -202,9 +202,7 @@ export const MwebOptions = ({
}}
>
{isTranscriptionEnabled && isCaptionEnabled ? <ClosedCaptionIcon /> : <OpenCaptionIcon />}
<Text variant="sm" css={{ ml: '$4', color: '$on_surface_high', flexGrow: '1' }}>
Closed Caption
</Text>
<ActionTile.Title>Closed Caption</ActionTile.Title>
</ActionTile.Root>
{isLocalVideoEnabled && !!elements?.virtual_background ? (
<ActionTile.Root
Expand Down

0 comments on commit aade01b

Please sign in to comment.