fix: get triggers up to spec
This commit is contained in:
parent
b07c0e180a
commit
0b28e7f98a
22 changed files with 347 additions and 95 deletions
|
|
@ -11,7 +11,7 @@ import {
|
|||
} from 'src/styling/variables'
|
||||
|
||||
const base = {
|
||||
lineHeight: '110%',
|
||||
lineHeight: '120%',
|
||||
color: fontColor
|
||||
}
|
||||
|
||||
|
|
@ -40,6 +40,12 @@ export default {
|
|||
fontFamily: fontPrimary,
|
||||
fontWeight: 700
|
||||
},
|
||||
h5: {
|
||||
extend: base,
|
||||
fontSize: fontSize3,
|
||||
fontFamily: fontPrimary,
|
||||
fontWeight: 700
|
||||
},
|
||||
p: {
|
||||
extend: base,
|
||||
fontSize: fontSize4,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue