diff --git a/packages/admin-ui/src/components/typography/styles.js b/packages/admin-ui/src/components/typography/styles.js index 88ca9490..dc60889d 100644 --- a/packages/admin-ui/src/components/typography/styles.js +++ b/packages/admin-ui/src/components/typography/styles.js @@ -11,13 +11,11 @@ import { } from '../../styling/variables' const base = { - lineHeight: '120%', color: fontColor, } export default { base: { - lineHeight: '120%', color: fontColor, }, h1: {