Skip to content

Commit

Permalink
feat: improves badge coloring
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Jan 29, 2024
1 parent eeade88 commit 13f340a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/badge.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
?>

<div class="my-1">
<span class="ml-2 px-1 bg-<?php echo $bgBadgeColor ?>-600 font-bold"><?php echo htmlspecialchars($bgBadgeText) ?></span>
<span class="ml-2 px-1 bg-<?php echo $bgBadgeColor ?> font-bold"><?php echo htmlspecialchars($bgBadgeText) ?></span>
<span class="ml-1">
<?php echo htmlspecialchars($content) ?>
</span>
Expand Down

0 comments on commit 13f340a

Please sign in to comment.