@mptw/skylens-ui 1.4.44 → 1.4.45

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.
@@ -158,8 +158,7 @@ export default defineComponent({
158
158
 
159
159
  .ios-switch
160
160
  label
161
- @apply border-primary-600
162
- background #2D2F57
161
+ @apply bg-nav-color-switch-bg border-primary-600
163
162
 
164
163
  &:before
165
164
  @apply border-2 border-primary-600 bg-primary-300
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mptw/skylens-ui",
3
3
  "type": "module",
4
- "version": "1.4.44",
4
+ "version": "1.4.45",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground",
@@ -127,6 +127,9 @@ module.exports = {
127
127
  'login-bg': {
128
128
  DEFAULT: '#fefefe',
129
129
  },
130
+ 'nav-color-switch-bg': {
131
+ DEFAULT: '#2D2F57',
132
+ },
130
133
  },
131
134
  boxShadow: {
132
135
  DEFAULT: '0px 2px 4px rgba(111, 111, 111, 0.2)',