redesign / fixes
This commit is contained in:
@@ -20,5 +20,5 @@ const StylizedButton = withStyles({
|
||||
})(Button);
|
||||
|
||||
export default function ButtonSecondary(props) {
|
||||
return <StylizedButton onClick={props.onClick}>{props.text}</StylizedButton>;
|
||||
return <StylizedButton disabled={props.disabled} onClick={props.onClick}>{props.text}</StylizedButton>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user