diff --git a/src/components/DeviceInteraction/components.js b/src/components/DeviceInteraction/components.js index 77e8a82c..a81e425f 100644 --- a/src/components/DeviceInteraction/components.js +++ b/src/components/DeviceInteraction/components.js @@ -19,7 +19,6 @@ export const DeviceInteractionStepContainer = styled(Box).attrs({ ff: 'Open Sans', fontSize: 3, color: 'graphite', - bg: p => (p.isActive && !p.isFinished ? 'white' : ''), })` position: relative; z-index: ${p => (p.isActive ? 1 : '')}; diff --git a/src/components/modals/Send/steps/04-step-confirmation.js b/src/components/modals/Send/steps/04-step-confirmation.js index 6e308795..8a14a587 100644 --- a/src/components/modals/Send/steps/04-step-confirmation.js +++ b/src/components/modals/Send/steps/04-step-confirmation.js @@ -86,7 +86,6 @@ export function StepConfirmationFooter({ optimisticOperation && account && getAccountOperationExplorer(account, optimisticOperation) return ( - {optimisticOperation ? ( url ? (