Skip to content

Commit

Permalink
update color
Browse files Browse the repository at this point in the history
  • Loading branch information
tuckner committed Dec 10, 2023
1 parent c33f761 commit 2168fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Board/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default function Index() {
style={{
fill:
index === 0
? "hsla(193, 75%, 59%,1)"
? "hsla(40, 75%, 59%,1)"
: index === 1
? "hsla(249, 83% ,70%, 1)"
: "hsla(" + 50 * index + ", 83% ,70%, 1)",
Expand Down

0 comments on commit 2168fa8

Please sign in to comment.