New favicon
This commit is contained in:
@@ -4,13 +4,12 @@ import Button from "@material-ui/core/Button";
|
||||
|
||||
const StyledButton = withStyles({
|
||||
root: {
|
||||
background: "none",
|
||||
color: "white",
|
||||
border: "solid 1px white",
|
||||
backgroundColor: "#696969",
|
||||
color: "#262626",
|
||||
margin: "16px 16px 16px 0px",
|
||||
padding: "8px 12px 8px 12px",
|
||||
"&:hover": {
|
||||
color: "white",
|
||||
backgroundColor: "#808080",
|
||||
},
|
||||
},
|
||||
label: {
|
||||
@@ -19,5 +18,5 @@ const StyledButton = withStyles({
|
||||
})(Button);
|
||||
|
||||
export default function ButtonPrimary(props) {
|
||||
return <StyledButton>{props.text}</StyledButton>;
|
||||
return <StyledButton onClick={props.onClick}>{props.text}</StyledButton>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user