Refactor portal specific colors out of react-shared

This commit is contained in:
Brandon Millman
2018-05-17 13:35:20 -07:00
parent 1d2617c826
commit 9ce7be050a
12 changed files with 46 additions and 25 deletions

View File

@@ -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,
};