File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @netdata/netdata-ui" ,
3- "version" : " 4.3.11 " ,
3+ "version" : " 4.3.12 " ,
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,13 +79,13 @@ const makeCustomTheme = theme => selectTheme => {
7979 primary75 : theme . colors . tooltip ,
8080 danger : theme . colors . text ,
8181 dangerLight : theme . colors . border ,
82- neutral0 : theme . colors . dropdown ,
82+ neutral0 : theme . colors . inputBg ,
8383 neutral5 : theme . colors . mainBackgroundDisabled ,
8484 neutral30 : theme . colors . controlFocused ,
85- neutral60 : theme . colors . border ,
85+ neutral60 : theme . colors . placeholder ,
8686 neutral80 : theme . colors . text ,
8787 neutral10 : theme . colors . border ,
88- neutral20 : theme . colors . border ,
88+ neutral20 : theme . colors . placeholder ,
8989 } ,
9090 }
9191}
You can’t perform that action at this time.
0 commit comments