Skip to content

Commit

Permalink
Fix badge in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrooksuk committed Jan 17, 2024
1 parent da5107c commit f398674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/badge.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
'unknown' => 'bg-blue-200',
][$type]
}} flex items-center gap-1 rounded-full px-2 py-1 text-sm font-semibold leading-tight">
@svg('cachet-component-'.$type, 'h-6 w-6')
@svg('cachet-component-'.$type, 'h-6 w-6 dark:text-zinc-700')

<div class="dark:text-zinc-700">{{ str($type)->title() }}</div>
</div>

0 comments on commit f398674

Please sign in to comment.