diff --git a/src/OnboardingSPA/components/Drawer/DrawerPanel/DesignColors.js b/src/OnboardingSPA/components/Drawer/DrawerPanel/DesignColors.js index ecc6d11ba..2c8eba42b 100644 --- a/src/OnboardingSPA/components/Drawer/DrawerPanel/DesignColors.js +++ b/src/OnboardingSPA/components/Drawer/DrawerPanel/DesignColors.js @@ -277,9 +277,9 @@ const DesignColors = () => { paletteRenderedList.push(
handleClick( colorStyle ) } @@ -304,7 +304,7 @@ const DesignColors = () => { } } />
-
+
{ colorStyle?.charAt( 0 ).toUpperCase() + colorStyle?.slice( 1 ) }
diff --git a/src/OnboardingSPA/components/Drawer/DrawerPanel/DesignTypography.js b/src/OnboardingSPA/components/Drawer/DrawerPanel/DesignTypography.js index 8d831f38c..644081e50 100644 --- a/src/OnboardingSPA/components/Drawer/DrawerPanel/DesignTypography.js +++ b/src/OnboardingSPA/components/Drawer/DrawerPanel/DesignTypography.js @@ -134,13 +134,15 @@ const DesignTypography = () => { if ( splitLabel.length == 0 ) continue; paletteRenderedList.push(
handleClick( fontStyle ) } >
{ > Aa
-
+