Skip to content

Commit

Permalink
fix: fix code review
Browse files Browse the repository at this point in the history
  • Loading branch information
benny0642 committed May 3, 2022
1 parent d54c000 commit 830c305
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/core/src/Radio.js
Expand Up @@ -64,7 +64,6 @@ Radio.propTypes = {

Radio.defaultProps = {
input: {},

checked: undefined,
defaultChecked: undefined,
disabled: false,
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/styles/Radio.scss
Expand Up @@ -26,4 +26,4 @@
&__input:checked + .#{$prefix}-iconlayout > &__button {
background: url('../icons/svg/radio-selected.svg');
}
}
}

0 comments on commit 830c305

Please sign in to comment.