diff --git a/public/locales/en/layout/modals/add-app.json b/public/locales/en/layout/modals/add-app.json index 683ba8724..afa4b7540 100644 --- a/public/locales/en/layout/modals/add-app.json +++ b/public/locales/en/layout/modals/add-app.json @@ -54,6 +54,10 @@ "text": "This may take a few seconds" } }, + "appNameFontSize":{ + "label":"App Name Font Size", + "description":"Set the font size for when the app name is shown on the tile." + }, "appNameStatus":{ "label":"App Name Status", "description":"Choose where you want the title to show up, if at all.", diff --git a/src/components/Dashboard/Modals/EditAppModal/Tabs/AppereanceTab/AppereanceTab.tsx b/src/components/Dashboard/Modals/EditAppModal/Tabs/AppereanceTab/AppereanceTab.tsx index 43a371a0a..29921c776 100644 --- a/src/components/Dashboard/Modals/EditAppModal/Tabs/AppereanceTab/AppereanceTab.tsx +++ b/src/components/Dashboard/Modals/EditAppModal/Tabs/AppereanceTab/AppereanceTab.tsx @@ -67,6 +67,16 @@ export const AppearanceTab = ({ /> {form.values.appearance.appNameStatus === 'normal' && ( <> + { + form.setFieldValue('appearance.appNameFontSize', value); + }} + />