fix: remove warning color from edit schedule action button
This commit is contained in:
parent
2253db3a5e
commit
e3bee6ef3b
@ -21,7 +21,6 @@ protected function setUp(): void
|
||||
$this
|
||||
->label('Ubah')
|
||||
->icon(Heroicon::OutlinedPencilSquare)
|
||||
->color('warning')
|
||||
->iconButton()
|
||||
->tooltip('Ubah')
|
||||
->record(function (array $arguments): CourseSchedule {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user