Skip to content

Commit

Permalink
Fixes brave/brave-browser#9263 - makes convert text more visible
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanml committed Apr 16, 2020
1 parent 5697c58 commit 0b958d5
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 0b958d5

Please sign in to comment.