mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Improve scss naming
This commit is contained in:
parent
807acaa536
commit
9787ca633b
@ -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>
|
||||
|
@ -19,8 +19,8 @@
|
||||
margin-top: 2px;
|
||||
transition: transform 0.5s ease-in-out;
|
||||
}
|
||||
}
|
||||
|
||||
.exchange-rate-display-white {
|
||||
color: $white;
|
||||
&--white {
|
||||
color: $white;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user