💄 Add custom font sizing for app name (#1341)

* 💄 Add custom font sizing for app name

* 🚸 Added maximum font size
This commit is contained in:
Tagaishi
2023-09-01 21:53:51 +02:00
committed by GitHub
parent 79012ec681
commit 8211e22d86
7 changed files with 27 additions and 9 deletions

View File

@@ -130,6 +130,7 @@ export default function ContainerActionBar({ selected, reload }: ContainerAction
appearance: {
iconUrl: '/imgs/logo/logo.png',
appNameStatus: 'normal',
appNameFontSize: 16,
positionAppName: 'column',
lineClampAppName: 1,
},