Skip to content

Commit 981adb4

Browse files
Remove unnecessary PHP code and props in simple-alert
1 parent 36d3212 commit 981adb4

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

resources/views/components/simple-alert.blade.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
@props([
2-
'actions' => null,
3-
'actionsVerticalAlignment' => 'center',
4-
'border' => false,
5-
'color' => null,
6-
'description' => null,
7-
'icon' => null,
8-
'iconVerticalAlignment' => 'center',
9-
'iconAnimation' => null,
10-
'title' => null,
11-
])
12-
131
@php
142
use function Filament\Support\get_color_css_variables;
153

0 commit comments

Comments
 (0)