]> BookStack Code Mirror - bookstack/blobdiff - resources/views/common/home-book.blade.php
Updated homepage action button colors for consistency
[bookstack] / resources / views / common / home-book.blade.php
index 1c18edb246bc1ce93040c7af6325d2a0250647c1..9f62d21e7b1c4e1f708e5fc7230f00faf765c8e3 100644 (file)
@@ -19,8 +19,8 @@
                 </a>
             @endif
             @include('partials.view-toggle', ['view' => $view, 'type' => 'books'])
-            @include('components.expand-toggle', ['target' => '.entity-list.compact .entity-item-snippet', 'key' => 'home-details'])
-            @include('partials.dark-mode-toggle', ['classes' => 'text-muted icon-list-item text-primary'])
+            @include('components.expand-toggle', ['classes' => 'text-primary', 'target' => '.entity-list.compact .entity-item-snippet', 'key' => 'home-details'])
+            @include('partials.dark-mode-toggle', ['classes' => 'icon-list-item text-primary'])
         </div>
     </div>
 @stop