Skip to content

Commit cb04de4

Browse files
avivkellerCopilot
andauthored
Update packages/rehype-shiki/src/highlighter.mjs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Aviv Keller <me@aviv.sh>
1 parent 056fc43 commit cb04de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/rehype-shiki/src/highlighter.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { createJavaScriptRegexEngine } from '@shikijs/engine-javascript';
33
import shikiNordTheme from 'shiki/themes/nord.mjs';
44

55
const DEFAULT_THEME = {
6-
// We updating this color because the background color and comment text color
6+
// We are updating this color because the background color and comment text color
77
// in the Codebox component do not comply with accessibility standards
88
// @see https://www.w3.org/WAI/WCAG21/Understanding/contrast-minimum.html
99
colorReplacements: { '#616e88': '#707e99' },

0 commit comments

Comments
 (0)