1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-11-22 05:42:39 +03:00

Updated homepage action button colors for consistency

Were previously inconsistent with other homepage buttons for non-default
homepage options.
This commit is contained in:
Dan Brown
2021-06-04 22:28:38 +01:00
parent c5d31ea7b2
commit 807f92b693
5 changed files with 8 additions and 8 deletions

View File

@@ -6,7 +6,7 @@ $key - Unique key for checking existing stored state.
<button type="button" expand-toggle="{{ $target }}"
expand-toggle-update-endpoint="{{ url('/settings/users/'. user()->id .'/update-expansion-preference/' . $key) }}"
expand-toggle-is-open="{{ $isOpen ? 'yes' : 'no' }}"
class="text-muted icon-list-item text-primary">
class="icon-list-item {{ $classes ?? '' }}">
<span>@icon('expand-text')</span>
<span>{{ trans('common.toggle_details') }}</span>
</button>