Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion resources/views/navbar.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class="overflow-y-auto fixed inset-0 z-30 opacity-75 bg-theme-secondary-900 {{ $
@include('ark::navbar.items.mobile', [
'mobilePositionClass' => $mobilePositionClass ?? null,
'mobileDropdownItemColor' => 'text-theme-secondary-900 hover:text-theme-secondary-900 dark:text-theme-secondary-200 dark:hover:text-theme-secondary-200',
'mobileDropdownActiveItemColor' => 'dark:bg-theme-secondary-800 dark:text-theme-secondary-200 text-theme-secondary-900 bg-theme-primary-100',
'mobileDropdownActiveItemColor' => 'dark:bg-black dark:text-theme-secondary-200 text-theme-secondary-900 bg-theme-primary-50',
])
@endisset
</nav>
Expand Down