Skip to content

Commit 69dddc9

Browse files
committed
Update download button
1 parent c0d2ceb commit 69dddc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/BucketSync.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class BucketSync extends Component {
9494
<div>
9595
<div className="row bottom-buffer">
9696
<div className="col-md-4 text-left">
97-
<Button onClick={() => this.syncBucket('download')} disabled={this.showDownloadButton()}>Download Bucket</Button>
97+
<Button color="primary" onClick={() => this.syncBucket('download')} disabled={this.showDownloadButton()}>Download Bucket</Button>
9898
</div>
9999
</div>
100100

0 commit comments

Comments
 (0)