File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @netdata/netdata-ui" ,
3- "version" : " 4.5.7 " ,
3+ "version" : " 4.5.8 " ,
44 "description" : " netdata UI kit" ,
55 "main" : " dist/index.js" ,
66 "module" : " dist/es6/index.js" ,
Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ const appColors = {
9090 spaceSelected : rawColors . neutral . grey85 ,
9191 spaceIdle : rawColors . neutral . grey50 ,
9292 spaceHovered : rawColors . neutral . grey65 ,
93+ hoverHighlight : rawColors . green . green195 ,
9394
9495 topBarBg : rawColors . neutral . grey35 ,
9596 elevationLevelOne : rawColors . neutral . grey60 ,
Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ const appColors = {
9090 spaceSelected : rawColors . neutral . grey175 ,
9191 spaceIdle : rawColors . neutral . grey195 ,
9292 spaceHovered : rawColors . neutral . grey180 ,
93+ hoverHighlight : rawColors . neutral . green70 ,
9394 menuItem : rawColors . neutral . grey120 ,
9495 topBarBg : rawColors . neutral . grey190 ,
9596 elevationLevelOne : rawColors . neutral . grey185 ,
You can’t perform that action at this time.
0 commit comments