fix: correct default text capitalization in text constants
This commit is contained in:
parent
1d05f5ac56
commit
fe10cee3eb
|
|
@ -13,7 +13,7 @@ export const FONT_SIZE_SCALE_REFERENCE = 90;
|
|||
export const DEFAULT_TEXT_ELEMENT: Omit<TextElement, "id"> = {
|
||||
type: "text",
|
||||
name: "Text",
|
||||
content: "Default Text",
|
||||
content: "Default text",
|
||||
fontSize: 15,
|
||||
fontFamily: "Arial",
|
||||
color: "#ffffff",
|
||||
|
|
|
|||
Loading…
Reference in New Issue