Skip to content

Commit

Permalink
fix(clerk-js): Remove invalid color shades
Browse files Browse the repository at this point in the history
  • Loading branch information
desiprisg committed Nov 23, 2023
1 parent a11948b commit 67d2a62
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/clerk-js/src/ui.retheme/foundations/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,21 +45,16 @@ export const colors = Object.freeze({
transparent: 'transparent',
white: 'white',
black: 'black',
primary25: '#FAFAFB',
primary50: '#F7F7F8',
primary100: '#EEEEF0',
primary150: '#E3E3E7',
primary200: '#D9D9DE',
primary300: '#B7B8C2',
primary400: '#9394A1',
primary500: '#747686',
primary600: '#5E5F6E',
primary700: '#42434D',
primary750: '#373840',
primary800: '#2F3037',
primary850: '#27272D',
primary900: '#212126',
primary950: '#131316',
danger50: '#FEF3F2',
danger100: '#FEE4E2',
danger200: '#FECDCA',
Expand Down

0 comments on commit 67d2a62

Please sign in to comment.