Skip to content

Commit

Permalink
Make params and metrics colors more light-theme friendly (#1773)
Browse files Browse the repository at this point in the history
* Use charts colors for params and metrics headers

* Use static colors
  • Loading branch information
rogermparent authored May 26, 2022
1 parent 5b8dc2f commit 70bd692
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@
"description": "Color to indicate a DVC metric column in the experiments table",
"defaults": {
"dark": "#fbd38d",
"light": "#fbd38d"
"light": "#714904"
}
},
{
"id": "dvc.params",
"description": "Color to indicate a DVC param column in the experiments table",
"defaults": {
"dark": "#90cdf4",
"light": "#90cdf4"
"light": "#0b496f"
}
},
{
Expand Down

0 comments on commit 70bd692

Please sign in to comment.