Skip to content

Commit 23e5b5a

Browse files
committed
v4.3.8
1 parent a88f2d9 commit 23e5b5a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.7",
3+
"version": "4.3.8",
44
"description": "netdata UI kit",
55
"main": "dist/index.js",
66
"module": "dist/es6/index.js",

src/components/select/index.js

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

src/theme/dark/colors.js

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

0 commit comments

Comments
 (0)