Skip to content

Commit

Permalink
purple badge lighter color
Browse files Browse the repository at this point in the history
  • Loading branch information
freddi301 committed Sep 13, 2024
1 parent de72bac commit 79d4eea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/badge/Badge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export const Badge = ({ text, outline = false, variant, testID }: Badge) => {
background: "error-100"
},
purple: {
foreground: "hanPurple-850",
foreground: "hanPurple-500",
background: "hanPurple-100"
},
lightBlue: {
Expand Down Expand Up @@ -142,7 +142,7 @@ export const Badge = ({ text, outline = false, variant, testID }: Badge) => {
foreground: "error-850"
},
purple: {
foreground: "hanPurple-850"
foreground: "hanPurple-500"
},
lightBlue: {
foreground: "blueIO-850"
Expand Down

0 comments on commit 79d4eea

Please sign in to comment.