Skip to content

Commit

Permalink
fix: divider padding
Browse files Browse the repository at this point in the history
  • Loading branch information
larserbach committed May 11, 2023
1 parent bfd7d5e commit 2cef3c0
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@
},
"Divider": {
"Padding": {
"value": "0, {core.dimensionsREM.8}",
"value": "0, {core.dimensionREM.8}",
"type": "spacing"
}
}
Expand All @@ -469,7 +469,7 @@
},
"Divider": {
"Padding": {
"value": "0, {core.dimensionsREM.8}",
"value": "0, {core.dimensionREM.8}",
"type": "spacing"
}
}
Expand All @@ -489,7 +489,7 @@
},
"Divider": {
"Padding": {
"value": "0, {core.dimensionsREM.8}",
"value": "0, {core.dimensionREM.8}",
"type": "spacing"
}
}
Expand Down Expand Up @@ -835,4 +835,4 @@
}
}
}
}
}

0 comments on commit 2cef3c0

Please sign in to comment.