Skip to content

Commit

Permalink
Merge pull request #5276 from brave/fix-9263
Browse files Browse the repository at this point in the history
Makes convert text in the Binance widget summary more visible
  • Loading branch information
ryanml authored Apr 16, 2020
2 parents 4172893 + 0b958d5 commit a471208
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ export const Balance = styled<StyleProps, 'span'>('span')`
export const Converted = styled<StyleProps, 'span'>('span')`
display: block;
font-size: ${p => p.isBTC ? '16' : '14'}px;
color: rgba(70, 70, 70);
color: #7d7d7d;
margin-left: ${p => p.isBTC ? 0 : 10}px;
-webkit-filter: blur(${p => p.hideBalance ? 10 : 0}px);
`
Expand Down

0 comments on commit a471208

Please sign in to comment.