Skip to content

Commit c76b21f

Browse files
committed
Change the npm_ red color to #cf2b2b
1 parent 83046fe commit c76b21f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/theme.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +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 = '#cb0000'
6-
7-
export const NPM_LINK_RED = '#cf2b2b' // Asscessibility contrast ratio issue #9165
5+
export const NPM_RED = '#cf2b2b' // Asscessibility contrast ratio issue #9165
86

97
export const npmTheme = deepmerge(theme, {
108
colors: {
@@ -14,7 +12,7 @@ export const npmTheme = deepmerge(theme, {
1412
light: {
1513
colors: {
1614
accent: {
17-
fg: NPM_LINK_RED,
15+
fg: NPM_RED,
1816
emphasis: NPM_RED,
1917
},
2018
},

0 commit comments

Comments
 (0)