]> BookStack Code Mirror - bookstack/blobdiff - resources/views/comments/comment.blade.php
Converted primary color use to css variable
[bookstack] / resources / views / comments / comment.blade.php
index 9d7f230dc60df03dbc8c2c1c899a981d05de0667..5fbdfa500c6f10d14ddc64db887eb5ee2c8a824f 100644 (file)
@@ -61,7 +61,7 @@
                 </div>
                 <div class="form-group text-right">
                     <button type="button" class="button outline" action="closeUpdateForm">{{ trans('common.cancel') }}</button>
-                    <button type="submit" class="button primary">{{ trans('entities.comment_save') }}</button>
+                    <button type="submit" class="button">{{ trans('entities.comment_save') }}</button>
                 </div>
                 <div class="form-group loading" style="display: none;">
                     @include('partials.loading-icon', ['text' => trans('entities.comment_saving')])