Skip to content

Commit

Permalink
Remove comment line
Browse files Browse the repository at this point in the history
  • Loading branch information
maitxn committed Sep 12, 2024
1 parent c76b21f commit 510b4d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react'
import {ThemeProvider as Provider, theme, Box} from '@primer/react'
import deepmerge from 'deepmerge'

export const NPM_RED = '#cf2b2b' // Asscessibility contrast ratio issue #9165
export const NPM_RED = '#cf2b2b'

export const npmTheme = deepmerge(theme, {
colors: {
Expand Down

0 comments on commit 510b4d2

Please sign in to comment.