Skip to content

Commit fe10cee

Browse files
committed
fix: correct default text capitalization in text constants
1 parent 1d05f5a commit fe10cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/constants/text-constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const FONT_SIZE_SCALE_REFERENCE = 90;
1313
export const DEFAULT_TEXT_ELEMENT: Omit<TextElement, "id"> = {
1414
type: "text",
1515
name: "Text",
16-
content: "Default Text",
16+
content: "Default text",
1717
fontSize: 15,
1818
fontFamily: "Arial",
1919
color: "#ffffff",

0 commit comments

Comments
 (0)