chore: use Text
This commit is contained in:
@@ -27,9 +27,9 @@ export const NestedSidebarMenu = (props: NestedSidebarMenuProps) => {
|
|||||||
// tslint:disable-next-line:no-unused-variable
|
// tslint:disable-next-line:no-unused-variable
|
||||||
return (
|
return (
|
||||||
<div key={`section-${sectionName}`} className="py1" style={{ color: colors.greyTheme }}>
|
<div key={`section-${sectionName}`} className="py1" style={{ color: colors.greyTheme }}>
|
||||||
<div style={{ fontSize: 14, letterSpacing: 0.5 }} className="py1 pl1">
|
<Text fontSize="14px" letterSpacing="0.5" className="py1 pl1">
|
||||||
{finalSectionName.toUpperCase()}
|
{finalSectionName.toUpperCase()}
|
||||||
</div>
|
</Text>
|
||||||
{menuItems}
|
{menuItems}
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user