diff --git a/components/Common/AvatarGroup/Avatar/index.module.css b/components/Common/AvatarGroup/Avatar/index.module.css index 7d20cfac904bf..ad896f4b15502 100644 --- a/components/Common/AvatarGroup/Avatar/index.module.css +++ b/components/Common/AvatarGroup/Avatar/index.module.css @@ -6,13 +6,13 @@ justify-center rounded-full border-2 - border-white - bg-neutral-100 + border-white + bg-neutral-100 text-xs - text-neutral-800 - dark:border-neutral-950 - dark:bg-neutral-900 - dark:text-neutral-300; + text-neutral-800 + dark:border-neutral-950 + dark:bg-neutral-900 + dark:text-neutral-300; } .avatarRoot { diff --git a/components/Common/AvatarGroup/index.module.css b/components/Common/AvatarGroup/index.module.css index 9ec60fdbc1aa5..5d7f4bb7c2717 100644 --- a/components/Common/AvatarGroup/index.module.css +++ b/components/Common/AvatarGroup/index.module.css @@ -1,5 +1,5 @@ .avatarGroup { @apply flex - items-center - overflow-x-scroll; + items-center + overflow-x-scroll; }