atomos_next_genesis 0.0.9 → 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
@@ -295,7 +295,7 @@ var Avatar = (0, import_react3.forwardRef)((props, ref) => {
295
295
  {
296
296
  ref,
297
297
  className: cn(
298
- "relative -z-10 ",
298
+ "relative",
299
299
  rounded && "rounded-full",
300
300
  border && "border border-gray-200",
301
301
  disabled && "opacity-50 pointer-events-none select-none",
@@ -311,7 +311,7 @@ var Avatar = (0, import_react3.forwardRef)((props, ref) => {
311
311
  "div",
312
312
  {
313
313
  className: cn(
314
- "relative -z-10 flex items-center justify-center",
314
+ "relative flex items-center justify-center",
315
315
  sizes[size],
316
316
  className
317
317
  ),