Skip to content

Commit

Permalink
updated radioButtonWrapper (#1382)
Browse files Browse the repository at this point in the history
Co-authored-by: Milan Rasovic <ezo@Milans-MacBook-Pro.local>
  • Loading branch information
Mi-Lan and Milan Rasovic committed Nov 19, 2020
1 parent fd2bae3 commit cbd97ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/components/market/common/common_styled/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -252,10 +252,10 @@ export const CurationLogoWrapper = styled.div`

export const CurationRadioWrapper = styled.div<StatefulRadioButton>`
border-radius: 50%;
border: 1px solid ${props => props.theme.buttonPrimaryLine.borderColorDisabled};
border: ${props => (props.selected ? '' : `1px solid ${props.theme.buttonPrimaryLine.borderColorDisabled}`)};
cursor: ${props => (props.disabled ? 'initial' : 'pointer')};
width: 38px;
height: 38px;
width: 40px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
Expand Down

0 comments on commit cbd97ab

Please sign in to comment.