new toast notification ui (#188)

This commit is contained in:
Saeed Vaziry
2024-05-03 10:40:01 +02:00
committed by GitHub
parent 9936958259
commit e704a13d6b
19 changed files with 1923 additions and 2325 deletions

View File

@ -8,7 +8,7 @@
$classes =
$active ?? false
? $class . " border-primary-600"
: $class . " border-primary-200 dark:border-primary-600 dark:border-opacity-20"
: $class . " border-primary-200 dark:border-primary-600 dark:border-opacity-20";
@endphp
<a {{ $attributes->merge(["class" => $classes]) }}>