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 510b4d2 commit 520a21dCopy full SHA for 520a21d
src/theme.js
@@ -2,7 +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 = '#cf2b2b'
+export const NPM_RED = '#cb3837'
6
7
export const npmTheme = deepmerge(theme, {
8
colors: {
0 commit comments