diff options
Diffstat (limited to 'packages/react-shared')
-rw-r--r-- | packages/react-shared/src/components/nested_sidebar_menu.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/react-shared/src/components/nested_sidebar_menu.tsx b/packages/react-shared/src/components/nested_sidebar_menu.tsx index 853b69976..71b9b4d32 100644 --- a/packages/react-shared/src/components/nested_sidebar_menu.tsx +++ b/packages/react-shared/src/components/nested_sidebar_menu.tsx @@ -44,7 +44,7 @@ export class NestedSidebarMenu extends React.Component<NestedSidebarMenuProps, N if (this.props.shouldDisplaySectionHeaders) { // tslint:disable-next-line:no-unused-variable return ( - <div key={`section-${sectionName}`} className="py1" style={{ color: colors.linkSectionGrey }}> + <div key={`section-${sectionName}`} className="py1" style={{ color: colors.greyTheme }}> <div style={{ fontSize: 14, letterSpacing: 0.5 }} className="py1"> {finalSectionName.toUpperCase()} </div> |