Skip to content

Commit

Permalink
wip: colors
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomazer committed Sep 25, 2024
1 parent 3977ea3 commit 22276d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Providers/Filament/AppPanelProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ public function panel(Panel $panel): Panel
->brandLogoHeight('10em')
->favicon(asset('imgs/pejota-logo.svg'))
->colors([
'primary' => Color::Green,
'primary' => '#00BF63',
])
->viteTheme('resources/css/filament/app/theme.css')
->sidebarWidth('15rem;')
->renderHook(
PanelsRenderHook::FOOTER,
fn (): string => ' <div class="inline text-gray-400 justify-center max-w-full">
fn(): string => ' <div class="inline text-gray-400 justify-center max-w-full">
By
<a href="https://mazer.dev" target="_blank"
>
Expand Down

0 comments on commit 22276d2

Please sign in to comment.