Skip to content

Commit 64f63a2

Browse files
committed
v4.3.12
1 parent 9da0cc4 commit 64f63a2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

src/components/select/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)