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
|
$this
|
||||||
->label('Ubah')
|
->label('Ubah')
|
||||||
->icon(Heroicon::OutlinedPencilSquare)
|
->icon(Heroicon::OutlinedPencilSquare)
|
||||||
->color('warning')
|
|
||||||
->iconButton()
|
->iconButton()
|
||||||
->tooltip('Ubah')
|
->tooltip('Ubah')
|
||||||
->record(function (array $arguments): CourseSchedule {
|
->record(function (array $arguments): CourseSchedule {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user