Skip to content

Commit

Permalink
fix(theme): update values tokens of neutrals colors
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexGarrixen committed Dec 15, 2023
1 parent 11ff53c commit df853ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theme/tokens/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ export default defineTokens.colors({
50: { value: "#F9FAFB" },
100: { value: "#F2F4F7" },
200: { value: "#EAECF0" },
300: { value: "#EAECF0" },
300: { value: "#D0D5DD" },
400: { value: "#98A2B3" },
500: { value: "#667085" },
600: { value: "#475467" },
700: { value: "#344054" },
800: { value: "#344054" },
800: { value: "#182230" },
900: { value: "#101828" },
950: { value: "#0C111D" },
},
Expand Down

0 comments on commit df853ae

Please sign in to comment.