various styling fixes

This commit is contained in:
Thomas Ruoff
2017-02-21 00:30:36 +01:00
parent b75ce5ceb1
commit 33f5abcd30
8 changed files with 132 additions and 38 deletions

View File

@@ -14,9 +14,9 @@ class Home extends Component {
<div className="home">
<div>
<LetterOptions onChange={this._onChange.bind(this)} />
<Button onClick={this._onGenerate.bind(this)} text="Generiere"/>
</div>
<div>
<Button onClick={this._onGenerate.bind(this)} text="Backe PDF"/>
<Preview
pdfUrl={this.state.pdfUrl}
pdfIsLoading={this.state.pdfIsLoading}