mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-16 11:36:58 +00:00
fix button colors
This commit is contained in:
parent
51048a42a5
commit
bc11d64d49
@ -141,7 +141,7 @@ class Tokens extends React.Component<Props, State> {
|
|||||||
<Button
|
<Button
|
||||||
variant="contained"
|
variant="contained"
|
||||||
size="small"
|
size="small"
|
||||||
color="secondary"
|
color="primary"
|
||||||
className={classes.add}
|
className={classes.add}
|
||||||
onClick={switchToAddCustomTokenScreen}
|
onClick={switchToAddCustomTokenScreen}
|
||||||
testId={ADD_CUSTOM_TOKEN_BUTTON_TEST_ID}
|
testId={ADD_CUSTOM_TOKEN_BUTTON_TEST_ID}
|
||||||
|
@ -34,6 +34,7 @@ export const CreateSafe = ({ size, provider }: SafeProps) => (
|
|||||||
color="primary"
|
color="primary"
|
||||||
disabled={!provider}
|
disabled={!provider}
|
||||||
minWidth={240}
|
minWidth={240}
|
||||||
|
minHeight={42}
|
||||||
>
|
>
|
||||||
<Img src={plus} height={14} alt="Safe" />
|
<Img src={plus} height={14} alt="Safe" />
|
||||||
<div style={buttonStyle}>Create new Safe</div>
|
<div style={buttonStyle}>Create new Safe</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user