Fixed upload theme button style

This commit is contained in:
Sanne de Vries 2021-10-12 15:01:15 +02:00
parent c01c2b3c74
commit 87c3a0a359

View File

@ -3,7 +3,7 @@
<h2 class="gh-canvas-title" data-test-screen-title>All themes</h2> <h2 class="gh-canvas-title" data-test-screen-title>All themes</h2>
<section class="view-actions"> <section class="view-actions">
<button type="button" class="mr4 gh-btn" {{on "click" this.toggleAdvanced}}><span>Advanced</span></button> <button type="button" class="mr4 gh-btn" {{on "click" this.toggleAdvanced}}><span>Advanced</span></button>
<button type="button" class="gh-btn gh-btn-black" {{on "click" this.themeManagement.upload}}><span>Upload theme</span></button> <button type="button" class="gh-btn gh-btn-primary" {{on "click" this.themeManagement.upload}}><span>Upload theme</span></button>
</section> </section>
</GhCanvasHeader> </GhCanvasHeader>