Skip to content

Commit

Permalink
Merge pull request #88 from loathers/fix-all-boxes-being-greened
Browse files Browse the repository at this point in the history
Fix bug that greened all boxes
  • Loading branch information
gausie authored Jul 10, 2024
2 parents 72e1bcb + 148b103 commit abd00a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/greenbox-web/src/components/Thing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function styleFromStatus(state: StateType, bg: string) {
}
default: {
return {
backgroundColor: "complete",
backgroundColor: bg,
};
}
}
Expand Down

0 comments on commit abd00a6

Please sign in to comment.