standarize on grey over gray spelling and other color related fixes
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import * as _ from 'lodash';
|
||||
import * as React from 'react';
|
||||
import {colors} from 'ts/utils/colors';
|
||||
|
||||
interface TransactionSubmittedProps {
|
||||
etherScanLinkIfExists?: string;
|
||||
@@ -16,7 +17,7 @@ export class TransactionSubmitted extends React.Component<TransactionSubmittedPr
|
||||
<div>
|
||||
Transaction submitted to the network:{' '}
|
||||
<a
|
||||
style={{color: 'white'}}
|
||||
style={{color: colors.white}}
|
||||
href={`${this.props.etherScanLinkIfExists}`}
|
||||
target="_blank"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user