Refactor portal specific colors out of react-shared
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
[
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Removed portal specific colors"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1525477860,
|
||||
"version": "0.1.6",
|
||||
|
||||
@@ -48,20 +48,7 @@ const baseColors = {
|
||||
darkYellow: '#caca03',
|
||||
};
|
||||
|
||||
const appColors = {
|
||||
// wallet specific colors
|
||||
walletBoxShadow: 'rgba(56, 59, 137, 0.2)',
|
||||
walletBorder: '#ededee',
|
||||
walletDefaultItemBackground: '#fbfbfc',
|
||||
walletFocusedItemBackground: '#f0f1f4',
|
||||
allowanceToggleShadow: 'rgba(0, 0, 0, 0)',
|
||||
allowanceToggleOffTrack: '#adadad',
|
||||
allowanceToggleOnTrack: baseColors.mediumBlue,
|
||||
wrapEtherConfirmationButton: baseColors.mediumBlue,
|
||||
};
|
||||
|
||||
export const colors = {
|
||||
...materialUiColors,
|
||||
...baseColors,
|
||||
...appColors,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user