We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83046fe commit c76b21fCopy full SHA for c76b21f
src/theme.js
@@ -2,9 +2,7 @@ import React from 'react'
2
import {ThemeProvider as Provider, theme, Box} from '@primer/react'
3
import deepmerge from 'deepmerge'
4
5
-export const NPM_RED = '#cb0000'
6
-
7
-export const NPM_LINK_RED = '#cf2b2b' // Asscessibility contrast ratio issue #9165
+export const NPM_RED = '#cf2b2b' // Asscessibility contrast ratio issue #9165
8
9
export const npmTheme = deepmerge(theme, {
10
colors: {
@@ -14,7 +12,7 @@ export const npmTheme = deepmerge(theme, {
14
12
light: {
15
13
16
accent: {
17
- fg: NPM_LINK_RED,
+ fg: NPM_RED,
18
emphasis: NPM_RED,
19
},
20
0 commit comments