Skip to content

Commit

Permalink
fix: Text Font Size available values
Browse files Browse the repository at this point in the history
  • Loading branch information
gmolki committed Jun 12, 2024
1 parent c7a4f3a commit 0736d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/builderInputs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,6 @@ export const TEXT_INPUTS: Input[] = [
name: "responsiveFontSize",
klass: "fs",
value_type: "string",
values_enum: ["10", "16", "18", "26", "28"],
values_enum: ["10", "12", "14", "16", "18", "24", "28"],
}),
];

0 comments on commit 0736d39

Please sign in to comment.