chore: improve styling of sidebar
This commit is contained in:
@@ -45,7 +45,7 @@ export class NestedSidebarMenu extends React.Component<NestedSidebarMenuProps, N
|
||||
// tslint:disable-next-line:no-unused-variable
|
||||
return (
|
||||
<div key={`section-${sectionName}`} className="py1" style={{ color: colors.linkSectionGrey }}>
|
||||
<div style={{ fontWeight: 'bold', fontSize: 15, letterSpacing: 0.5 }} className="py1">
|
||||
<div style={{ fontSize: 14, letterSpacing: 0.5 }} className="py1">
|
||||
{finalSectionName.toUpperCase()}
|
||||
</div>
|
||||
{this._renderMenuItems(links)}
|
||||
|
Reference in New Issue
Block a user