sprintify-ui 0.6.16 → 0.6.17

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.
@@ -233,7 +233,7 @@ module.exports = plugin(
233
233
  },
234
234
  '.btn-slate-100-outline': {
235
235
  'background-color': theme('colors.slate.100'),
236
- 'border-color': theme('colors.slate.200'),
236
+ 'border-color': theme('colors.slate.300'),
237
237
  '&:hover': {
238
238
  'background-color': theme('colors.slate.50'),
239
239
  },
@@ -253,7 +253,7 @@ module.exports = plugin(
253
253
  },
254
254
  '.btn-slate-200-outline': {
255
255
  'background-color': theme('colors.slate.200'),
256
- 'border-color': theme('colors.slate.300'),
256
+ 'border-color': theme('colors.slate.400'),
257
257
  '&:hover': {
258
258
  'background-color': theme('colors.slate.100'),
259
259
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sprintify-ui",
3
- "version": "0.6.16",
3
+ "version": "0.6.17",
4
4
  "scripts": {
5
5
  "build": "rimraf dist && vue-tsc && vite build",
6
6
  "build-fast": "rimraf dist && vite build",