diff --git a/packages/web/src/javascripts/Utils/getPlaintextFontSize.tsx b/packages/web/src/javascripts/Utils/getPlaintextFontSize.tsx index b94d0dc25..3955fc61d 100644 --- a/packages/web/src/javascripts/Utils/getPlaintextFontSize.tsx +++ b/packages/web/src/javascripts/Utils/getPlaintextFontSize.tsx @@ -15,7 +15,7 @@ export const getPlaintextFontSize = (key: EditorFontSize): string => { Small: 'text-editor', Normal: 'text-lg', Medium: 'text-xl', - Large: 'text-xl2', + Large: 'text-2xl', } const tabletMapping: Record = { @@ -23,7 +23,7 @@ export const getPlaintextFontSize = (key: EditorFontSize): string => { Small: 'text-editor', Normal: 'text-base', Medium: 'text-xl', - Large: 'text-xl2', + Large: 'text-2xl', } if (isTabletScreen()) {