generated from filamentphp/plugin-skeleton
-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
153 additions
and
349 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
<div class="text-sm font-normal leading-none text-gray-400 dark:text-gray-500"> | ||
{{ $getState() != null ? $getDate($getState()) : $getPlaceholder() }} | ||
<div class="my-4 first:mt-0"> | ||
<p class="text-xs font-medium text-gray-500 uppercase dark:text-gray-400"> | ||
{{ $getState() != null ? $getDate($getState()) : $getPlaceholder() }} | ||
</p> | ||
</div> |
2 changes: 1 addition & 1 deletion
2
resources/views/infolists/components/activity-description.blade.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<p class="text-sm font-normal text-gray-500 dark:text-gray-300"> | ||
<p class="text-sm text-gray-600 dark:text-gray-400"> | ||
{{ $getState() ?? $getPlaceholder() }} | ||
</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.