Skip to content

Commit 3cf2c50

Browse files
committed
v5.0.64
1 parent abd499c commit 3cf2c50

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

src/components/button/styled.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const getColor = name => props => {
3939

4040
const getPrimaryColor = props =>
4141
props.neutral
42-
? getColor(props.flavour === HOLLOW ? "textFocus" : "text")(props)
42+
? getColor(props.flavour === HOLLOW ? "textFocus" : "neutralPillColor")(props)
4343
: getColor("primary")(props)
4444

4545
const getBorderColor = props =>
Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)