@obosbbl/grunnmuren-react 2.0.0-canary.18 → 2.0.0-canary.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -938,7 +938,7 @@ function Backlink(props, ref) {
|
|
|
938
938
|
className: cx('-ml-[0.5em] flex-shrink-0 transition-transform duration-300 group-hover:-translate-x-1')
|
|
939
939
|
}),
|
|
940
940
|
/*#__PURE__*/ jsx("span", {
|
|
941
|
-
className: cx('border-b-
|
|
941
|
+
className: cx('border-b-[1px] border-t-[1px] border-transparent leading-none transition-colors duration-300', withUnderline ? 'border-b-black' : 'group-hover:border-b-black'),
|
|
942
942
|
children: children
|
|
943
943
|
})
|
|
944
944
|
]
|