Skip to content

Commit 6230480

Browse files
committed
Fixed the heading layout for dark theme
1 parent 7ff4d3e commit 6230480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Headlines.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const Headline = ({
6767
id: propAttributes?.slug || slug,
6868
className: cn(
6969
'group cursor-pointer hover:underline',
70-
isActive && 'text-startBlue',
70+
isActive && 'text-startBlue dark:text-startBlue',
7171
propAttributes?.className,
7272
),
7373
onClick: handleHeadingClick,

0 commit comments

Comments
 (0)