Skip to content

Commit

Permalink
fix: lower font weight when not selected
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed May 30, 2022
1 parent e7c495e commit 7223873
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export const SelectTokenCardHeader = styled(CardHeader, {
whiteSpace: 'nowrap',
overflow: 'hidden',
width: compact ? 92 : 224,
fontWeight: selected ? 500 : 400,
},
[`.${cardHeaderClasses.subheader}`]: {
textOverflow: 'ellipsis',
Expand Down

0 comments on commit 7223873

Please sign in to comment.