Skip to content

Commit

Permalink
merged remote
Browse files Browse the repository at this point in the history
  • Loading branch information
dfee committed Jun 11, 2019
2 parents 1c2f24e + 0d5c5ea commit ebc1f3c
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", "medium", "normal", "semibold", "bold"),

Expand Down

0 comments on commit ebc1f3c

Please sign in to comment.