remove the x for now on buttons

This commit is contained in:
Colin Megill
2018-04-18 00:28:58 -07:00
parent 598bdc2fa6
commit d035ba2bed
2 changed files with 16 additions and 14 deletions
+15 -13
View File
@@ -23,7 +23,7 @@ class CellSetButton extends React.Component {
}
render() {
return (
<span style={{marginRight: 20}}>
<span style={{marginRight: 10}}>
<button
style={{
color: "#FFF",
@@ -43,21 +43,23 @@ class CellSetButton extends React.Component {
}
</span>
</button>
<button style={{
marginLeft: 3,
color: "#FFF",
padding: "0px 10px",
height: 30,
backgroundColor: globals.brightBlue,
border: "none",
cursor: "pointer",
}}>
<span style={{fontSize: 24, fontWeight: 700}}> X </span>
</button>
</span>
)
}
}
export default CellSetButton;
//
// <button style={{
// marginLeft: 3,
// color: "#FFF",
// padding: "0px 10px",
// height: 30,
// backgroundColor: globals.brightBlue,
// border: "none",
// cursor: "pointer",
// }}>
// <span style={{fontSize: 24, fontWeight: 700}}> X </span>
//
// </button>
@@ -43,7 +43,7 @@ class Expression extends React.Component {
return (
<div>
<div style={{margin: 10}}>
<div style={{margin: 10, width: 300}}>
<div style={{marginBottom: 10, width: 300}}>
There are currently
{
" " +