1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

Improve scss naming

This commit is contained in:
Dan Miller 2020-08-18 15:27:47 -02:30
parent 807acaa536
commit 9787ca633b
2 changed files with 4 additions and 4 deletions

View File

@ -39,7 +39,7 @@ export const WhiteOnBlue = () => {
secondaryTokenValue={text('secondaryTokenValue', '200000000000000000')}
secondaryTokenDecimals={number('secondaryTokenDecimals', 18)}
secondaryTokenSymbol={text('secondaryTokenSymbol', 'ABC')}
className="exchange-rate-display-white"
className="exchange-rate-display--white"
arrowColor="white"
/>
</div>

View File

@ -19,8 +19,8 @@
margin-top: 2px;
transition: transform 0.5s ease-in-out;
}
}
.exchange-rate-display-white {
color: $white;
&--white {
color: $white;
}
}