We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d05f5a commit fe10ceeCopy full SHA for fe10cee
apps/web/src/constants/text-constants.ts
@@ -13,7 +13,7 @@ export const FONT_SIZE_SCALE_REFERENCE = 90;
13
export const DEFAULT_TEXT_ELEMENT: Omit<TextElement, "id"> = {
14
type: "text",
15
name: "Text",
16
- content: "Default Text",
+ content: "Default text",
17
fontSize: 15,
18
fontFamily: "Arial",
19
color: "#ffffff",
0 commit comments