We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35caf54 commit 59e6033Copy full SHA for 59e6033
src/badge/__tests__/__snapshots__/Badge.test.tsx.snap
@@ -3,7 +3,7 @@
3
exports[`<Badge /> should render properly 1`] = `
4
<DocumentFragment>
5
<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"
+ 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"
7
>
8
Hello world
9
</span>
0 commit comments