Skip to content

Commit

Permalink
update colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Boy132 committed Jun 7, 2024
1 parent 93f0590 commit 55badb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/Filament/Pages/Dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ public function getViewData(): array
CreateAction::make()
->label('Read Documentation')
->icon('tabler-clipboard-text')
->url('https://pelican.dev/docs/panel/update', true),
->url('https://pelican.dev/docs/panel/update', true)
->color('warning'),
],
'nodeActions' => [
CreateAction::make()
Expand Down
2 changes: 1 addition & 1 deletion resources/views/filament/pages/dashboard.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
@if (!$isLatest)
<x-filament::section
icon="tabler-info-circle"
icon-color="primary"
icon-color="warning"
id="intro-update"
collapsible
persist-collapsed
Expand Down

0 comments on commit 55badb5

Please sign in to comment.