From ffe921337aad6287e627ed7a397b41eaadea567c Mon Sep 17 00:00:00 2001 From: Nicolay Arefyeu Date: Tue, 27 Feb 2024 22:29:40 +0200 Subject: [PATCH] Use direct fontSizeXLarge --- src/styles/index.ts | 2 +- src/styles/variables.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/styles/index.ts b/src/styles/index.ts index fa67f28b294b..304cc9e7f6bd 100644 --- a/src/styles/index.ts +++ b/src/styles/index.ts @@ -4631,7 +4631,7 @@ const styles = (theme: ThemeColors) => workspaceTitleStyle: { ...headlineFont, - fontSize: variables.workspaceProfileName, + fontSize: variables.fontSizeXLarge, }, } satisfies Styles); diff --git a/src/styles/variables.ts b/src/styles/variables.ts index c88d8f0df784..3d5115a31f54 100644 --- a/src/styles/variables.ts +++ b/src/styles/variables.ts @@ -216,7 +216,6 @@ export default { updateAnimationH: 240, updateTextViewContainerWidth: 310, updateViewHeaderHeight: 70, - workspaceProfileName: 22, mushroomTopHatWidth: 138, mushroomTopHatHeight: 128,