Skip to content

Commit 1853e66

Browse files
committed
Update Filament settings
1 parent a757add commit 1853e66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/CachetDashboardServiceProvider.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,11 @@ public function panel(Panel $panel): Panel
3030
->login()
3131
->passwordReset()
3232
->brandLogo(fn () => view('cachet::filament.brand-logo'))
33+
->brandLogoHeight('2rem')
3334
->colors([
3435
'primary' => Color::rgb('rgb(4, 193, 71)'),
3536
'purple' => Color::Purple,
37+
'gray' => Color::Zinc,
3638
])
3739
->favicon('/vendor/cachethq/cachet/favicon.ico')
3840
->viteTheme('resources/css/dashboard/theme.css', 'vendor/cachethq/cachet/build')

0 commit comments

Comments
 (0)