@npm_leadtech/legal-contracts-ui 0.55.1 → 0.55.2

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.
@@ -110,7 +110,7 @@ const y = ({
110
110
  "a",
111
111
  {
112
112
  href: l.href,
113
- className: "hover:bg-primary-50 block py-2.5 text-base font-semibold text-neutral-800 transition-colors",
113
+ className: "hover:bg-primary-50 block px-2 py-2.5 text-base font-semibold text-neutral-800 transition-colors",
114
114
  children: l.label
115
115
  }
116
116
  ) }, l.href)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-contracts-ui",
3
- "version": "0.55.1",
3
+ "version": "0.55.2",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",