Skip to content

Commit ea51b96

Browse files
authored
[hotfix] InputGroup dropdown button's missing arrow (#147)
1 parent 54e5844 commit ea51b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Lumi/Components/InputGroup.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ styles = jss
7878

7979
, "& input-group-addon button.lumi":
8080
{ "&[data-color=\"secondary\"]":
81-
{ background: cssStringHSLA colors.transparent
81+
{ backgroundColor: cssStringHSLA colors.transparent
8282
}
8383
, "&:focus, &:hover": { zIndex: ziInputGroup }
8484
}

0 commit comments

Comments
 (0)