changes and improvements

This commit is contained in:
Daniel
2023-09-05 14:12:27 -04:00
parent 6a603d7d56
commit 4365547867
4 changed files with 6 additions and 23 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ export default function CollectionCard({ collection, className }: Props) {
})
.slice(0, 4)}
{collection.members.length - 4 > 0 ? (
<div className="h-10 w-10 text-white flex items-center justify-center rounded-full border-[3px] bg-sky-700 border-sky-100 -mr-3">
<div className="h-10 w-10 text-white flex items-center justify-center rounded-full border-[3px] bg-sky-600 dark:bg-sky-600 border-slate-200 dark:border-neutral-700 -mr-3">
+{collection.members.length - 4}
</div>
) : null}