fix button colors
This commit is contained in:
parent
51048a42a5
commit
bc11d64d49
|
@ -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}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue