Skip to content

Commit

Permalink
Update src/components/mdx-components.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
hipstersmoothie committed Jul 6, 2020
1 parent 33454fe commit 8144cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/mdx-components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ const SidebarDivider = ({ className, ...props }: Element<'hr'>) => (
const SidebarTitle = ({ className, ...props }: Element<'p'>) => (
<p
className={makeClass(
'lvl0 text-xs uppercase tracking-wider font-semibold px-6 text-gray-500',
'lvl0 text-sm uppercase tracking-wider font-semibold px-6 text-gray-500',
'dark:text-gray-200 dark:text-gray-600',
DEFAULT_SPACING,
className
Expand Down

0 comments on commit 8144cb0

Please sign in to comment.