We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a635c84 + 578bef2 commit b65e916Copy full SHA for b65e916
stubs/resources/views/flux/badge/index.blade.php
@@ -9,7 +9,7 @@
9
])
10
11
@php
12
-$insetClasses = Flux::applyInset($inset, top: '-mt-1', right: '-mr-2', bottom: '-mb-1', left: '-ml-1');
+$insetClasses = Flux::applyInset($inset, top: '-mt-1', right: '-mr-2', bottom: '-mb-1', left: '-ml-2');
13
14
// When using the outline icon variant, we need to size it down to match the default icon sizes...
15
$iconClasses = Flux::classes()->add($iconVariant === 'outline' ? 'size-4' : '');
0 commit comments