@mptw/skylens-ui 1.4.7 → 1.4.8

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.
@@ -78,7 +78,7 @@ export default defineComponent({
78
78
  @apply relative inline-flex flex-col items-start space-y-1 cursor-pointer
79
79
 
80
80
  .radio-button-wrapper
81
- @apply inline-flex items-center text-base s('leading-4.5') text-gray-3
81
+ @apply inline-flex items-center text-base text-gray-3
82
82
 
83
83
  .icon
84
84
  @apply hidden
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mptw/skylens-ui",
3
3
  "type": "module",
4
- "version": "1.4.7",
4
+ "version": "1.4.8",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground",