]> BookStack Code Mirror - bookstack/blobdiff - resources/views/pages/attachment-manager.blade.php
Converted primary color use to css variable
[bookstack] / resources / views / pages / attachment-manager.blade.php
index 7b16c6b7bc068505344c44fd2e5d2386270d58ab..e362b95d503fea50d8959ef1a39c1194e249e5d5 100644 (file)
@@ -57,7 +57,7 @@
                         <input type="text"  placeholder="{{ trans('entities.attachments_link_url_hint') }}" v-model="file.link">
                         <p class="small text-neg" v-for="error in errors.link.link" v-text="error"></p>
                     </div>
-                    <button @click.prevent="attachNewLink(file)" class="button primary">{{ trans('entities.attach') }}</button>
+                    <button @click.prevent="attachNewLink(file)" class="button">{{ trans('entities.attach') }}</button>
 
                 </div>
             </div>
@@ -92,7 +92,7 @@
             </div>
 
             <button type="button" class="button outline" @click="cancelEdit">{{ trans('common.back') }}</button>
-            <button @click.enter.prevent="updateFile(fileToEdit)" class="button primary">{{ trans('common.save') }}</button>
+            <button @click.enter.prevent="updateFile(fileToEdit)" class="button">{{ trans('common.save') }}</button>
         </div>
 
     </div>