From e3bee6ef3b9f66d3b8ca6640f6c557457c4c8d81 Mon Sep 17 00:00:00 2001 From: Yoga Pangestu Date: Sun, 29 Mar 2026 21:34:14 +0700 Subject: [PATCH] fix: remove warning color from edit schedule action button --- .../Information/CourseSchedule/Actions/EditScheduleAction.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Filament/Pages/Information/CourseSchedule/Actions/EditScheduleAction.php b/app/Filament/Pages/Information/CourseSchedule/Actions/EditScheduleAction.php index fb171ef..26f3e9b 100644 --- a/app/Filament/Pages/Information/CourseSchedule/Actions/EditScheduleAction.php +++ b/app/Filament/Pages/Information/CourseSchedule/Actions/EditScheduleAction.php @@ -21,7 +21,6 @@ protected function setUp(): void $this ->label('Ubah') ->icon(Heroicon::OutlinedPencilSquare) - ->color('warning') ->iconButton() ->tooltip('Ubah') ->record(function (array $arguments): CourseSchedule {