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 a39e7e3 commit c40f5aaCopy full SHA for c40f5aa
resources/views/components/badge.blade.php
@@ -1,3 +1,3 @@
1
-<x-filament::badge :color="$color" :icon="$icon" class="bg-custom-400 text-custom-900 dark:bg-custom-400/40 dark:text-custom-400">
+<x-filament::badge :color="$color" :icon="$icon" class="bg-custom-400 text-custom-900 dark:text-custom-400">
2
{{ $label }}
3
</x-filament::badge>
0 commit comments