mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 18:04:46 +02:00
update colors
This commit is contained in:
parent
93f059025c
commit
55badb5644
@ -54,7 +54,8 @@ class Dashboard extends Page
|
|||||||
CreateAction::make()
|
CreateAction::make()
|
||||||
->label('Read Documentation')
|
->label('Read Documentation')
|
||||||
->icon('tabler-clipboard-text')
|
->icon('tabler-clipboard-text')
|
||||||
->url('https://pelican.dev/docs/panel/update', true),
|
->url('https://pelican.dev/docs/panel/update', true)
|
||||||
|
->color('warning'),
|
||||||
],
|
],
|
||||||
'nodeActions' => [
|
'nodeActions' => [
|
||||||
CreateAction::make()
|
CreateAction::make()
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
@if (!$isLatest)
|
@if (!$isLatest)
|
||||||
<x-filament::section
|
<x-filament::section
|
||||||
icon="tabler-info-circle"
|
icon="tabler-info-circle"
|
||||||
icon-color="primary"
|
icon-color="warning"
|
||||||
id="intro-update"
|
id="intro-update"
|
||||||
collapsible
|
collapsible
|
||||||
persist-collapsed
|
persist-collapsed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user