@mptw/skylens-ui 1.4.22 → 1.4.23

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.
@@ -256,7 +256,7 @@ export default defineComponent({
256
256
  @apply bg-gray-5 border-gray-5 text-white cursor-default s("hover:bg-gray-5") s("hover:border-gray-5") s("hover:text-white")
257
257
 
258
258
  &.btn-outline
259
- @apply bg-gray-5 border-gray-5 text-white s("hover:bg-gray-5") s("hover:border-gray-5") s("hover:text-white")
259
+ @apply bg-white border-gray-5 text-gray-5 s("hover:bg-white") s("hover:border-gray-5") s("hover:text-gray-5")
260
260
 
261
261
  &.btn-icon
262
262
  @apply bg-transparent border-transparent text-gray-5 s("hover:bg-transparent") s("hover:border-transparent") s("hover:text-gray-5")
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mptw/skylens-ui",
3
3
  "type": "module",
4
- "version": "1.4.22",
4
+ "version": "1.4.23",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground",