Skip to content

Commit ace4cae

Browse files
author
Ian Wensink
committed
feat(styled-components): fix indicator hover radio field
1 parent 31b60ec commit ace4cae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RadioField/styled/radio.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default styled.input`
1212
opacity: 0;
1313
1414
&:focus {
15-
& + .indicator {
15+
& + ${Indicator} {
1616
box-shadow: 0 0 2px 3px ${p => p.theme.focusColor};
1717
}
1818
}

0 commit comments

Comments
 (0)