Skip to content

Commit

Permalink
Fix colors in Updates dashboard (#1169)
Browse files Browse the repository at this point in the history
  • Loading branch information
fatbasstard authored and adriankumpf committed Jan 10, 2021
1 parent 154616c commit 7c4bbdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grafana/dashboards/updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"mode": "absolute",
"steps": [
{
"color": "rgb(255, 255, 255)",
"color": "#c7d0d9",
"value": null
}
]
Expand Down Expand Up @@ -151,7 +151,7 @@
"mode": "absolute",
"steps": [
{
"color": "rgb(255, 255, 255)",
"color": "#c7d0d9",
"value": null
}
]
Expand Down

0 comments on commit 7c4bbdf

Please sign in to comment.