make the star smaller

This commit is contained in:
Jori Lallo
2017-09-11 22:08:47 -07:00
parent aa9478d878
commit 98175c3d99

View File

@ -19,6 +19,9 @@ const StyledStar = styled(({ solid, ...props }) => <Icon {...props} />).attrs({
type: 'Star',
color: color.text,
})`
width: 16px;
height: 16px;
top: 1px;
margin-left: 4px;
opacity: ${props => (props.solid ? '1 !important' : 0)};
transition: opacity 100ms ease-in-out;