@mptw/skylens-ui 1.4.17 → 1.4.18

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.
@@ -203,7 +203,7 @@ export default defineComponent({
203
203
  .btn-loading
204
204
  .loading
205
205
  div
206
- border-color theme('colors.cancel["4.5"]') transparent transparent transparent
206
+ border-color theme('colors.gray["4.5"]') transparent transparent transparent
207
207
 
208
208
  &-gray-2
209
209
  @apply bg-gray-2 border-gray-2 text-white s("hover:bg-gray-3") s("hover:border-gray-3")
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mptw/skylens-ui",
3
3
  "type": "module",
4
- "version": "1.4.17",
4
+ "version": "1.4.18",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground",