Browse Source

Fix inconsistency in components/modal docs (#499)

Mostafa Bahri 8 years ago
parent
commit
d2a3f10c9d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/documentation/components/modal.html

+ 1 - 1
docs/documentation/components/modal.html

@@ -105,7 +105,7 @@ doc-subtab: modal
       <!-- Content ... -->
     </section>
     <footer class="modal-card-foot">
-      <a class="button is-primary">Save changes</a>
+      <a class="button is-success">Save changes</a>
       <a class="button">Cancel</a>
     </footer>
   </div>