fix: remove warning color from edit schedule action button

This commit is contained in:
Yoga Pangestu 2026-03-29 21:34:14 +07:00
parent 2253db3a5e
commit e3bee6ef3b

View File

@ -21,7 +21,6 @@ protected function setUp(): void
$this
->label('Ubah')
->icon(Heroicon::OutlinedPencilSquare)
->color('warning')
->iconButton()
->tooltip('Ubah')
->record(function (array $arguments): CourseSchedule {