Skip to content

Commit

Permalink
version filter styles
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Nov 24, 2020
1 parent 0a25c35 commit 1d18120
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/common/VersionFilter.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ const VersionFilter = props => {
<Chip
variant="outlined"
color='primary'
icon={<AsteriskIcon fontSize='inherit' />}
icon={<AsteriskIcon fontSize='inherit' style={{width: '14px'}} />}
label={selected}
onClick={onOpen}
size={size || 'medium'}
style={{minWidth: '80px'}}
/>
<Menu
id="versions-menu"
Expand Down

0 comments on commit 1d18120

Please sign in to comment.