fix button colors

This commit is contained in:
mmv 2019-07-10 17:41:42 +04:00
parent 51048a42a5
commit bc11d64d49
2 changed files with 2 additions and 1 deletions

View File

@ -141,7 +141,7 @@ class Tokens extends React.Component<Props, State> {
<Button
variant="contained"
size="small"
color="secondary"
color="primary"
className={classes.add}
onClick={switchToAddCustomTokenScreen}
testId={ADD_CUSTOM_TOKEN_BUTTON_TEST_ID}

View File

@ -34,6 +34,7 @@ export const CreateSafe = ({ size, provider }: SafeProps) => (
color="primary"
disabled={!provider}
minWidth={240}
minHeight={42}
>
<Img src={plus} height={14} alt="Safe" />
<div style={buttonStyle}>Create new Safe</div>