Skip to content

Commit

Permalink
Use direct fontSizeXLarge
Browse files Browse the repository at this point in the history
  • Loading branch information
narefyev91 committed Feb 27, 2024
1 parent 38e88bb commit ffe9213
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/styles/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4631,7 +4631,7 @@ const styles = (theme: ThemeColors) =>

workspaceTitleStyle: {
...headlineFont,
fontSize: variables.workspaceProfileName,
fontSize: variables.fontSizeXLarge,
},
} satisfies Styles);

Expand Down
1 change: 0 additions & 1 deletion src/styles/variables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ export default {
updateAnimationH: 240,
updateTextViewContainerWidth: 310,
updateViewHeaderHeight: 70,
workspaceProfileName: 22,

mushroomTopHatWidth: 138,
mushroomTopHatHeight: 128,
Expand Down

0 comments on commit ffe9213

Please sign in to comment.