Skip to content

Commit 0f2ba42

Browse files
authored
Merge pull request #425 from AppQuality/fix-detail-tag-font-size
fix(bugs): Restore size of meta pill
2 parents 7159b4d + 9ba964e commit 0f2ba42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/Bugs/Detail/Meta/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { LG, MD } from '@appquality/unguess-design-system';
1+
import { LG, MD, SM } from '@appquality/unguess-design-system';
22
import { ReactComponent as OSIcon } from 'src/assets/icons/environment-icon.svg';
33
import { ReactComponent as SmartphoneIcon } from 'src/assets/icons/pill-icon-smartphone.svg';
44
import { ReactComponent as TabletIcon } from 'src/assets/icons/pill-icon-tablet.svg';
@@ -66,7 +66,7 @@ export default ({
6666
</MD>
6767
<BugInfo>
6868
<InfoTitle style={{ textTransform: 'capitalize' }}>
69-
{bug.type.name}
69+
<SM>{bug.type.name}</SM>
7070
</InfoTitle>
7171
<Pipe style={{ height: globalTheme.lineHeights.md }} />
7272
<IconPill

0 commit comments

Comments
 (0)