style: fix spacing
This commit is contained in:
parent
41bd266574
commit
385854e60f
1 changed files with 4 additions and 4 deletions
|
@ -20,11 +20,11 @@ module.exports = {
|
||||||
extend: {
|
extend: {
|
||||||
typography: (theme) => ({
|
typography: (theme) => ({
|
||||||
DEFAULT: {
|
DEFAULT: {
|
||||||
css: {
|
css: {
|
||||||
p: {
|
p: {
|
||||||
lineHeight: 400
|
lineHeight: 400
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
colors,
|
colors,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue