Skip to content

Commit 1fb841a

Browse files
nloureirowackerow
andauthored
Update src/components/BugBountyCards.tsx
I like it Co-authored-by: Paul Wackerow <54227730+wackerow@users.noreply.github.com>
1 parent 9c28275 commit 1fb841a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/BugBountyCards.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ type LabelProps = FlexProps & {
4747
}
4848

4949
const classNameByVariant = {
50-
low: "bg-[#ffe3d3] text-[#333]",
51-
medium: "bg-[#ffab7b] text-[#333]",
52-
high: "bg-[#c63333] text-white",
53-
critical: "bg-[#930000] text-white",
50+
low: "bg-red-100 text-black",
51+
medium: "bg-red-300 text-black",
52+
high: "bg-red-700 text-white",
53+
critical: "bg-red-900 text-white",
5454
}
5555

5656
const Label = ({ children, variant = "medium", ...props }: LabelProps) => {

0 commit comments

Comments
 (0)