Skip to content

Commit

Permalink
Fix bug that greened all boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
ajcoppa committed Jul 10, 2024
1 parent 72e1bcb commit 148b103
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 148b103

Please sign in to comment.