@andreagiugni/tailwind-dashboard-ui 1.0.0 → 1.0.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.
package/dist/index.cjs CHANGED
@@ -1220,8 +1220,8 @@ var Card = ({
1220
1220
  src: image,
1221
1221
  alt: imageAlt,
1222
1222
  className: chunkYERNSNT4_cjs.cn(
1223
- "object-cover",
1224
- horizontal ? "h-full w-full sm:w-2/5 sm:max-w-[16rem]" : "h-48 w-full"
1223
+ "object-cover rounded-t-2xl",
1224
+ horizontal ? "h-full w-full sm:w-2/5 sm:max-w-[16rem] sm:rounded-l-2xl sm:rounded-tr-none" : "h-48 w-full"
1225
1225
  )
1226
1226
  }
1227
1227
  ) : null;
@@ -1229,7 +1229,7 @@ var Card = ({
1229
1229
  "div",
1230
1230
  {
1231
1231
  className: chunkYERNSNT4_cjs.cn(
1232
- "overflow-hidden rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03]",
1232
+ "rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03]",
1233
1233
  horizontal && image && "flex flex-col sm:flex-row",
1234
1234
  className
1235
1235
  ),