Skip to content

Commit 59e6033

Browse files
committed
test(badge): 📸 update snapshot
1 parent 35caf54 commit 59e6033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/badge/__tests__/__snapshots__/Badge.test.tsx.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
exports[`<Badge /> should render properly 1`] = `
44
<DocumentFragment>
55
<span
6-
class="lib:inline-flex lib:items-center lib:justify-center lib:font-medium lib:whitespace-nowrap lib:align-middle lib:rounded-full lib:transition-all lib:py-[3px] lib:px-1.5 lib:text-xs lib:leading-[115%] lib:bg-gray-800 lib:text-white"
6+
class="lib:inline-flex lib:items-center lib:justify-center lib:font-medium lib:whitespace-nowrap lib:align-middle lib:rounded-full lib:transition-all lib:py-[3px] lib:px-1.5 lib:text-xs lib:bg-gray-800 lib:text-white"
77
>
88
Hello world
99
</span>

0 commit comments

Comments
 (0)