Skip to content

Commit

Permalink
fix: modify style
Browse files Browse the repository at this point in the history
  • Loading branch information
rgah2107 committed May 5, 2020
1 parent 9221b5c commit 3a411f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/VisualPickerOption/styled/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import attachThemeAttrs from '../../../styles/helpers/attachThemeAttrs';

const sizeMap = { large: '210px', medium: '142px', small: '100px' };
const StyledContent = attachThemeAttrs(styled.span)`
height: ${props => sizeMap[props.size] || '142px'};
height: ${props => sizeMap[props.size]};
width: 100%;
border-radius: 22px;
box-shadow: ${props => props.shadows.shadow_4};
Expand Down

0 comments on commit 3a411f6

Please sign in to comment.