Skip to content

Commit

Permalink
Fix orange warning level color
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBartusek committed May 25, 2024
1 parent efb333d commit d7f51bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export default css`
}
.event-orange {
background-color: var(--red-level-color);
background-color: var(--orange-level-background-color);
}
.event-yellow {
Expand Down

0 comments on commit d7f51bb

Please sign in to comment.