padding and fonts

This commit is contained in:
Colin Megill
2017-12-24 01:38:39 -08:00
parent 3486e5b1ca
commit 75dd7c9c2e
3 changed files with 1 additions and 4 deletions
@@ -42,8 +42,6 @@ class Category extends React.Component {
<button
onClick={this.handleColorChange.bind(this)}
style={{
font: globals.accentFont,
fontStyle: "italic",
fontSize: 10
}}> as color scale </button>
</div>
+1 -1
View File
@@ -103,7 +103,7 @@ class Graph extends React.Component {
render() {
return (
<div id="graphWrapper" style={{height: 600 /* move this to globals */}}>
<div id="graphWrapper" style={{height: 540 /* move this to globals */}}>
<div id="graphAttachPoint"> </div>
</div>
)