Update account dropdowns (#2959)
* Simplify & consolidate address items * Adjust dropdown background
This commit is contained in:
@@ -22,16 +22,17 @@ import lightBaseTheme from 'material-ui/styles/baseThemes/lightBaseTheme';
|
||||
const lightTheme = getMuiTheme(lightBaseTheme);
|
||||
const muiTheme = getMuiTheme(darkBaseTheme);
|
||||
|
||||
muiTheme.stepper.textColor = '#eee';
|
||||
muiTheme.stepper.disabledTextColor = '#777';
|
||||
muiTheme.inkBar.backgroundColor = 'transparent';
|
||||
muiTheme.paper.backgroundColor = 'rgba(0, 0, 0, 0.95)';
|
||||
muiTheme.raisedButton.primaryTextColor = 'white';
|
||||
muiTheme.snackbar.backgroundColor = 'rgba(255, 30, 30, 0.9)';
|
||||
muiTheme.snackbar.textColor = 'rgba(255, 255, 255, 0.75)';
|
||||
muiTheme.stepper.textColor = '#eee';
|
||||
muiTheme.stepper.disabledTextColor = '#777';
|
||||
muiTheme.tabs = lightTheme.tabs;
|
||||
muiTheme.tabs.backgroundColor = 'transparent';
|
||||
muiTheme.tabs.selectedTextColor = 'white';
|
||||
muiTheme.tabs.textColor = 'rgba(255, 255, 255, 0.5)'; // 'rgb(0, 151, 167)';
|
||||
muiTheme.tabs.textColor = 'rgba(255, 255, 255, 0.5)';
|
||||
muiTheme.textField.floatingLabelColor = 'rgba(255, 255, 255, 0.5)';
|
||||
muiTheme.textField.hintColor = 'rgba(255, 255, 255, 0.5)';
|
||||
muiTheme.textField.disabledTextColor = muiTheme.textField.textColor;
|
||||
|
||||
Reference in New Issue
Block a user