File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/components/radio-button Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ const RadioButton = ({
4545 < IconContainer
4646 background = { radioStyles . containerColor }
4747 borderColor = { radioStyles . borderColor }
48- margin = { children || label ? [ 0 , 2 , 0 , 0 ] : null }
48+ margin = { children || label ? [ 0.5 , 2 , 0 , 0 ] : null }
4949 >
5050 { showIcon && < StyledIcon name = "dot" color = { radioStyles . dotColor } { ...iconProps } /> }
5151 </ IconContainer >
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ export const IconContainer = styled.div`
3535 overflow: hidden;
3636 flex: 0 0 auto;
3737
38- height: 20px ;
39- width: 20px ;
38+ height: 16px ;
39+ width: 16px ;
4040
4141 box-sizing: border-box;
4242 border: 1px solid ${ props => getColor ( props . borderColor ) ( props ) } ;
@@ -47,6 +47,6 @@ export const IconContainer = styled.div`
4747`
4848export const StyledIcon = styled ( Icon ) `
4949 fill: ${ props => getColor ( props . color ) ( props ) } ;
50- height: 10px ;
51- width: 10px ;
50+ height: 8px ;
51+ width: 8px ;
5252`
You can’t perform that action at this time.
0 commit comments