💄 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

@@ -36,6 +36,7 @@ interface AppAppearanceType {
iconUrl: string;
appNameStatus: "normal"|"hover"|"hidden";
positionAppName: Property.FlexDirection;
appNameFontSize: number;
lineClampAppName: number;
}