File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @netdata/netdata-ui" ,
3- "version" : " 4.3.7 " ,
3+ "version" : " 4.3.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 @@ -79,7 +79,7 @@ const makeCustomTheme = theme => selectTheme => {
7979 primary75 : theme . colors . tooltip ,
8080 danger : theme . colors . text ,
8181 dangerLight : theme . colors . border ,
82- neutral0 : theme . colors . mainBackground ,
82+ neutral0 : theme . colors . dropdown ,
8383 neutral5 : theme . colors . mainBackgroundDisabled ,
8484 neutral30 : theme . colors . controlFocused ,
8585 neutral60 : theme . colors . border ,
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ const appColors = {
6161
6262 attention : rawColors . purple . mauve ,
6363 attentionSecondary : rawColors . purple . daisy ,
64- separator : rawColors . neutral . borderSecondary ,
64+ separator : rawColors . neutral . grey35 ,
6565 controlFocused : rawColors . neutral . white ,
6666 selected : rawColors . neutral . grey55 ,
6767 highlight : rawColors . neutral . grey55 ,
You can’t perform that action at this time.
0 commit comments