fix: typeface
This commit is contained in:
parent
65e5c12b92
commit
92921b4f08
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue