@mptw/skylens-ui 1.4.10 → 1.4.11

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.
@@ -176,7 +176,7 @@ export default defineComponent({
176
176
  @apply bg-third-7 border-third-7 text-white s("hover:bg-third-hover") s("hover:text-white") s("hover:border-third-hover")
177
177
 
178
178
  &.btn-outline
179
- @apply text-third s("hover:text-third-hover")
179
+ @apply text-third-7 s("hover:text-third-hover")
180
180
 
181
181
  .btn-loading
182
182
  .loading
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mptw/skylens-ui",
3
3
  "type": "module",
4
- "version": "1.4.10",
4
+ "version": "1.4.11",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground",