diff --git a/web/cashtab/src/components/Airdrop/Airdrop.js b/web/cashtab/src/components/Airdrop/Airdrop.js --- a/web/cashtab/src/components/Airdrop/Airdrop.js +++ b/web/cashtab/src/components/Airdrop/Airdrop.js @@ -78,6 +78,11 @@ color: ${props => props.theme.contrast}; `; +const StyledModal = styled(Modal)` + .ant-progress-text { + color: ${props => props.theme.lightWhite} !important; + } +`; // Note jestBCH is only used for unit tests; BCHJS must be mocked for jest const Airdrop = ({ jestBCH, passLoadingStatus }) => { const ContextValue = React.useContext(WalletContext); @@ -510,7 +515,7 @@ )} - - +