style: fix spacing

This commit is contained in:
Oliver Davies 2021-10-05 12:00:00 +01:00
parent 41bd266574
commit 385854e60f

View file

@ -20,11 +20,11 @@ module.exports = {
extend: {
typography: (theme) => ({
DEFAULT: {
css: {
p: {
lineHeight: 400
}
css: {
p: {
lineHeight: 400
}
}
}
}),
colors,