@redseed/redseed-ui-tailwindcss 7.4.0 → 7.4.1

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.
@@ -69,7 +69,7 @@
69
69
  }
70
70
 
71
71
  .rsui-card__draft-border {
72
- @apply absolute inset-0 size-full pointer-events-none rounded-xl text-border-secondary;
72
+ @apply absolute inset-0 size-full pointer-events-none rounded-xl border-border-secondary;
73
73
  }
74
74
 
75
75
  .rsui-card--hoverable {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redseed/redseed-ui-tailwindcss",
3
- "version": "7.4.0",
3
+ "version": "7.4.1",
4
4
  "description": "RedSeed UI Tailwindcss",
5
5
  "main": "index.js",
6
6
  "style": "index.css",