Skip to content

Commit 510b4d2

Browse files
committed
Remove comment line
1 parent c76b21f commit 510b4d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/theme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react'
22
import {ThemeProvider as Provider, theme, Box} from '@primer/react'
33
import deepmerge from 'deepmerge'
44

5-
export const NPM_RED = '#cf2b2b' // Asscessibility contrast ratio issue #9165
5+
export const NPM_RED = '#cf2b2b'
66

77
export const npmTheme = deepmerge(theme, {
88
colors: {

0 commit comments

Comments
 (0)