layout redesign for the modals

This commit is contained in:
Daniel
2023-05-16 20:38:28 +03:30
parent 54553b61b8
commit f43398d288
13 changed files with 330 additions and 258 deletions
+4 -1
View File
@@ -18,7 +18,10 @@ export default function ({ collection }: { collection: ExtendedCollection }) {
});
return (
<Link href={`/collections/${collection.id}`} className="bg-white">
<Link
href={`/collections/${collection.id}`}
className="bg-white rounded-md"
>
<div className="p-5 rounded-md flex border border-sky-100 flex-col gap-2 justify-between cursor-pointer hover:opacity-60 duration-100">
<div>
<div className="flex justify-between text-sky-600 items-center">