Skip to content

Commit

Permalink
Replace blue text in 'Show all' button in darkmode on the changelog p…
Browse files Browse the repository at this point in the history
…age (#586)
  • Loading branch information
terror authored Jun 7, 2024
1 parent 97eb74a commit 5f9fed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/Changelog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export const Changelog = () => {
{items.length > 10 && (
<button
onClick={() => toggleShowAll(month)}
className='mt-4 underline dark:text-blue-400'
className='mt-4 underline dark:text-gray-400'
>
{expandedMonths.includes(month) ? 'Show less' : 'Show all'}
</button>
Expand Down

0 comments on commit 5f9fed3

Please sign in to comment.