From 55badb564434fa0749bed90c86db5ec9e61a5bb7 Mon Sep 17 00:00:00 2001 From: Boy132 Date: Sat, 8 Jun 2024 00:43:25 +0200 Subject: [PATCH] update colors --- app/Filament/Pages/Dashboard.php | 3 ++- resources/views/filament/pages/dashboard.blade.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/Filament/Pages/Dashboard.php b/app/Filament/Pages/Dashboard.php index f29587f970..af76c00f54 100644 --- a/app/Filament/Pages/Dashboard.php +++ b/app/Filament/Pages/Dashboard.php @@ -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() diff --git a/resources/views/filament/pages/dashboard.blade.php b/resources/views/filament/pages/dashboard.blade.php index c57178c081..ef7f539bd9 100644 --- a/resources/views/filament/pages/dashboard.blade.php +++ b/resources/views/filament/pages/dashboard.blade.php @@ -33,7 +33,7 @@ @if (!$isLatest)