diff --git a/src/base/helpers/variables.ts b/src/base/helpers/variables.ts index ed81f632..160dfe06 100644 --- a/src/base/helpers/variables.ts +++ b/src/base/helpers/variables.ts @@ -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"),