Skip to content

Commit

Permalink
feat(neuron-ui): remove highlight on values in recent activities
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY committed Aug 9, 2019
1 parent df8b6b0 commit bc052ac
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions packages/neuron-ui/src/components/Overview/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,14 +151,7 @@ const Overview = ({
if (item) {
return (
<>
<Text
variant="mediumPlus"
as="span"
style={{
color: item.type === 'receive' ? '#28b463' : '#e66465',
}}
title={`${item.value} shannon`}
>
<Text variant="mediumPlus" as="span" title={`${item.value} shannon`}>
{`${item.typeLabel} ${shannonToCKBFormatter(item.value)} CKB`}
</Text>
<Text variant="mediumPlus" as="span" title={item.confirmations} styles={{ root: [{ paddingLeft: '5px' }] }}>
Expand Down

0 comments on commit bc052ac

Please sign in to comment.