diff --git a/js/src/views/Account/Shapeshift/OptionsStep/optionsStep.js b/js/src/views/Account/Shapeshift/OptionsStep/optionsStep.js index 591a25a3b..30e528a6b 100644 --- a/js/src/views/Account/Shapeshift/OptionsStep/optionsStep.js +++ b/js/src/views/Account/Shapeshift/OptionsStep/optionsStep.js @@ -33,6 +33,16 @@ const WARNING_LABELS = { ) }; +const FUND_ACCCOUNT_FROM = { + display: 'block', + paddingTop: '15px', + paddingBottom: '5px', + fontSize: '16px', + pointerEvents: 'none', + userSelect: 'none', + color: 'rgba(0, 0, 0, 0.298039)' +} + @observer export default class OptionsStep extends Component { static propTypes = { @@ -59,7 +69,7 @@ export default class OptionsStep extends Component { return (
-
+