We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abd499c commit 3cf2c50Copy full SHA for 3cf2c50
3 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@netdata/netdata-ui",
3
- "version": "5.0.63",
+ "version": "5.0.64",
4
"description": "netdata UI kit",
5
"main": "dist/index.js",
6
"module": "dist/es6/index.js",
src/components/button/styled.js
@@ -39,7 +39,7 @@ const getColor = name => props => {
39
40
const getPrimaryColor = props =>
41
props.neutral
42
- ? getColor(props.flavour === HOLLOW ? "textFocus" : "text")(props)
+ ? getColor(props.flavour === HOLLOW ? "textFocus" : "neutralPillColor")(props)
43
: getColor("primary")(props)
44
45
const getBorderColor = props =>
src/components/icon/assets/loading.svg
0 commit comments