update colors

This commit is contained in:
Boy132 2024-06-08 00:43:25 +02:00
parent 93f059025c
commit 55badb5644
2 changed files with 3 additions and 2 deletions

View File

@ -54,7 +54,8 @@ class Dashboard extends Page
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()

View File

@ -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