feat: add wallet settings page

This commit is contained in:
Luis Félix 2020-02-07 12:43:30 +00:00 committed by Josh Harvey
parent 20674c4b12
commit 1f7ae74b42
31 changed files with 1793 additions and 258 deletions

View file

@ -15,6 +15,7 @@ const { p } = typographyStyles
const GreenRadio = withStyles({
root: {
color: secondaryColor,
padding: [[9, 8, 9, 9]],
'&$checked': {
color: secondaryColor
}