Skip to content

Commit

Permalink
Add defaults for padding preset in global styles
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Jun 16, 2020
1 parent 27db799 commit adce1ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/experimental-default-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,11 @@
"slug": "vivid-cyan-blue-to-vivid-purple",
"value": "linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)"
}
],
"padding": [
{ "slug": "small", "value": 4 },
{ "slug": "regular", "value": 14 },
{ "slug": "large", "value": 23 }
]
},
"features": {
Expand Down

0 comments on commit adce1ae

Please sign in to comment.