Skip to content

Commit

Permalink
promotion banner font issue (firefox) (#1661)
Browse files Browse the repository at this point in the history
  • Loading branch information
magiziz authored Aug 14, 2024
1 parent 3e8ee46 commit f23a398
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/entries/popup/components/QuickPromo/QuickPromo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,12 @@ export const QuickPromo = ({
/>
</Column>

<Box>
<Box
className={textStyles({
fontSize: '12pt',
fontFamily: 'rounded',
})}
>
<Box
as="span"
className={textStyles({
Expand Down

0 comments on commit f23a398

Please sign in to comment.