Skip to content

Commit

Permalink
use new typography stylemixin
Browse files Browse the repository at this point in the history
  • Loading branch information
amelako committed Jun 17, 2021
1 parent 1bc98a5 commit 92f6ca0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/circuit-ui/components/Popover/Popover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import { Placement, State, Modifier } from '@popperjs/core';
import { useTheme } from 'emotion-theming';

import styled, { StyleProps } from '../../styles/styled';
import { listItem, textMega } from '../../styles/style-mixins';
import { listItem, typography } from '../../styles/style-mixins';
import { useComponents } from '../ComponentsContext';
import useClickHandler from '../../hooks/use-click-handler';
import Hr from '../Hr';
Expand Down Expand Up @@ -86,7 +86,7 @@ const itemWrapperStyles = () => css`
const PopoverItemWrapper = styled('button')<PopoverItemWrapperProps>(
listItem,
itemWrapperStyles,
textMega,
typography('one'),
);

const iconStyles = (theme: Theme) => css`
Expand Down

0 comments on commit 92f6ca0

Please sign in to comment.