We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4d0319 commit d3d135cCopy full SHA for d3d135c
resources/views/livewire/card.blade.php
@@ -29,7 +29,7 @@
29
>
30
<div class="p-3">
31
<div class="flex items-center justify-between mb-2">
32
- <h4 class="text-sm font-medium text-gray-900 dark:text-white">{{ $record['title'] }}</h4>
+ <h4 class="text-sm font-semibold text-gray-900 dark:text-white">{{ $record['title'] }}</h4>
33
34
{{-- Render record actions --}}
35
@if($hasActions)
0 commit comments