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,