Skip to content

Commit 520a21d

Browse files
committed
Changed color
1 parent 510b4d2 commit 520a21d

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'
5+
export const NPM_RED = '#cb3837'
66

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

0 commit comments

Comments
 (0)