fix: typeface

This commit is contained in:
Nikola Ubavic 2022-10-20 23:25:33 +02:00 committed by Rafael
parent 65e5c12b92
commit 92921b4f08

View file

@ -1,7 +1,7 @@
import typographyStyles from 'src/components/typography/styles' import typographyStyles from 'src/components/typography/styles'
import { offColor, comet, white, tomato } from 'src/styling/variables' import { offColor, comet, white, tomato } from 'src/styling/variables'
const { p } = typographyStyles const { p, label3 } = typographyStyles
export default { export default {
wrapper: { wrapper: {
@ -139,6 +139,7 @@ export default {
width: 250 width: 250
}, },
errorCopy: { errorCopy: {
extend: label3,
lineBreak: 'normal', lineBreak: 'normal',
maxWidth: 180 maxWidth: 180
} }