We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7159b4d + 9ba964e commit 0f2ba42Copy full SHA for 0f2ba42
src/pages/Bugs/Detail/Meta/index.tsx
@@ -1,4 +1,4 @@
1
-import { LG, MD } from '@appquality/unguess-design-system';
+import { LG, MD, SM } from '@appquality/unguess-design-system';
2
import { ReactComponent as OSIcon } from 'src/assets/icons/environment-icon.svg';
3
import { ReactComponent as SmartphoneIcon } from 'src/assets/icons/pill-icon-smartphone.svg';
4
import { ReactComponent as TabletIcon } from 'src/assets/icons/pill-icon-tablet.svg';
@@ -66,7 +66,7 @@ export default ({
66
</MD>
67
<BugInfo>
68
<InfoTitle style={{ textTransform: 'capitalize' }}>
69
- {bug.type.name}
+ <SM>{bug.type.name}</SM>
70
</InfoTitle>
71
<Pipe style={{ height: globalTheme.lineHeights.md }} />
72
<IconPill
0 commit comments