Skip to content

Commit

Permalink
borderRadius 4px, lowered fontSize, and added chipStyle to toggle. Wo…
Browse files Browse the repository at this point in the history
…rdWrapper, addComma not neccessary so commented out
  • Loading branch information
omgitsmiles committed Aug 20, 2024
1 parent f2db762 commit 262eda2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/js/components/Values/ValueNameWithPopoverDisplay.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,11 @@ class ValueNameWithPopoverDisplay extends Component {
id={`${externalUniqueId}-valueIconAndText-${oneIssue.issue_we_vote_id}`}
key={`${externalUniqueId}-valueIconAndTextKey-${oneIssue.issue_we_vote_id}`}
className="u-cursor--pointer"
style={{ margin: '5px', borderRadius: 2, backgroundColor: '#fff', border: '1px solid #ccc', color: '#555' }}
style={{ margin: '5px', borderRadius: '4px', backgroundColor: '#fff', border: '1px solid #ccc', color: '#555', fontSize: '.8rem' }}
// style={styles().chipStyle}
label={oneIssue.issue_name}
icon={issueFollowedByVoter ? <DoneIcon /> : null}
>
/>
{/* <WordWrapper>
{oneIssue.issue_name}
</WordWrapper>
Expand All @@ -188,7 +189,7 @@ class ValueNameWithPopoverDisplay extends Component {
&nbsp;
</>
)} */}
</Chip>
{/* </Chip> */}
</StickyPopover>
);
}
Expand Down

0 comments on commit 262eda2

Please sign in to comment.