There was an error while loading. Please reload this page.
1 parent c0d2ceb commit 69dddc9Copy full SHA for 69dddc9
src/components/BucketSync.js
@@ -94,7 +94,7 @@ class BucketSync extends Component {
94
<div>
95
<div className="row bottom-buffer">
96
<div className="col-md-4 text-left">
97
- <Button onClick={() => this.syncBucket('download')} disabled={this.showDownloadButton()}>Download Bucket</Button>
+ <Button color="primary" onClick={() => this.syncBucket('download')} disabled={this.showDownloadButton()}>Download Bucket</Button>
98
</div>
99
100
0 commit comments