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: { extend: {
typography: (theme) => ({ typography: (theme) => ({
DEFAULT: { DEFAULT: {
css: { css: {
p: { p: {
lineHeight: 400 lineHeight: 400
}
} }
}
} }
}), }),
colors, colors,