diff options
Diffstat (limited to 'source/features/link-to-changelog-file.tsx')
-rw-r--r-- | source/features/link-to-changelog-file.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/link-to-changelog-file.tsx b/source/features/link-to-changelog-file.tsx index 6c57fb5a..9318c5cf 100644 --- a/source/features/link-to-changelog-file.tsx +++ b/source/features/link-to-changelog-file.tsx @@ -68,7 +68,7 @@ async function init(): Promise<void | false> { style={{padding: '6px 16px'}} role="button" > - <BookIcon className="text-blue mr-2"/> + <BookIcon className="text-blue color-text-link mr-2"/> <span>Changelog</span> </a> ); |