Skip to content

Commit

Permalink
Added support for textSize 7
Browse files Browse the repository at this point in the history
  • Loading branch information
hjellek committed May 20, 2019
1 parent 31ba945 commit a0fc30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base/helpers/variables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const DEFAULTS = {

// Typography
textAlignments: tuple("centered", "justified", "left", "right"),
textSizes: tuple(1, 2, 3, 4, 5, 6),
textSizes: tuple(1, 2, 3, 4, 5, 6, 7),
textTransforms: tuple("capitalized", "lowercase", "uppercase"),
textWeights: tuple("light", "normal", "semibold", "bold"),

Expand Down

0 comments on commit a0fc30a

Please sign in to comment.