feat: update text settings

This commit is contained in:
2026-02-04 00:25:09 +05:00
parent 3a98a08215
commit c18e0a6574
3 changed files with 18 additions and 101 deletions
+1 -6
View File
@@ -31,12 +31,7 @@ export const addTextToPanel = (panel: Panel, text: string): Panel => {
fontFamily: "Arial",
color: "#ffffff",
textAlign: "center" as const,
padding: {
top: 10,
right: 10,
bottom: 10,
left: 10,
},
paddingX: 10,
verticalOffset: 0,
};