We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54e5844 commit ea51b96Copy full SHA for ea51b96
src/Lumi/Components/InputGroup.purs
@@ -78,7 +78,7 @@ styles = jss
78
79
, "& input-group-addon button.lumi":
80
{ "&[data-color=\"secondary\"]":
81
- { background: cssStringHSLA colors.transparent
+ { backgroundColor: cssStringHSLA colors.transparent
82
}
83
, "&:focus, &:hover": { zIndex: ziInputGroup }
84
0 commit comments