Skip to content

Commit

Permalink
fix: Use onSurface Color for Chapter Names (Closes #1259)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajarsheechatterjee committed Nov 5, 2024
1 parent e8e7519 commit bc5e2f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/novel/components/ChapterItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const ChapterItem: React.FC<ChapterItemProps> = ({
? theme.outline
: bookmark
? theme.primary
: theme.onSurfaceVariant,
: theme.onSurface,
},
]}
numberOfLines={1}
Expand Down

0 comments on commit bc5e2f1

Please sign in to comment.