@algorithm-shift/design-system 1.2.951 → 1.2.952

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.
package/dist/index.mjs CHANGED
@@ -57,7 +57,6 @@ function Modal({
57
57
  {
58
58
  className: cn(
59
59
  "bg-white dark:bg-gray-800 rounded-lg shadow-xl w-full max-h-[90vh] overflow-hidden",
60
- `bg-white dark:bg-gray-800 rounded-lg shadow-xl w-full max-h-[90vh] overflow-hidden`,
61
60
  className,
62
61
  `${sizeClasses[size]}`
63
62
  ),