There was an error while loading. Please reload this page.
1 parent df8b6b0 commit bc052acCopy full SHA for bc052ac
1 file changed
packages/neuron-ui/src/components/Overview/index.tsx
@@ -151,14 +151,7 @@ const Overview = ({
151
if (item) {
152
return (
153
<>
154
- <Text
155
- variant="mediumPlus"
156
- as="span"
157
- style={{
158
- color: item.type === 'receive' ? '#28b463' : '#e66465',
159
- }}
160
- title={`${item.value} shannon`}
161
- >
+ <Text variant="mediumPlus" as="span" title={`${item.value} shannon`}>
162
{`${item.typeLabel} ${shannonToCKBFormatter(item.value)} CKB`}
163
</Text>
164
<Text variant="mediumPlus" as="span" title={item.confirmations} styles={{ root: [{ paddingLeft: '5px' }] }}>
0 commit comments