From 2e33f12ba7befa5c8684164ee64f3dec8173ecca Mon Sep 17 00:00:00 2001 From: johnchourajr Date: Tue, 23 Jul 2024 16:50:30 -0700 Subject: [PATCH] fix: typo --- .../components/SliceInstallation/SliceInstallation.content.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/src/components/SliceInstallation/SliceInstallation.content.ts b/example/src/components/SliceInstallation/SliceInstallation.content.ts index 28b50a9..a6f100c 100644 --- a/example/src/components/SliceInstallation/SliceInstallation.content.ts +++ b/example/src/components/SliceInstallation/SliceInstallation.content.ts @@ -54,7 +54,7 @@ export const sliceInstallCustom: PanelProps[] = [ classAlias: 'article-body', fontFamily: "'Inter', 'sans-serif'", fontWeight: 'normal', - fontSize: '1.1rem' + fontSize: '1.1rem', letterSpacing: '0em', lineHeight: 1.5, textTransform: 'none',