many visual changes and improvements
This commit is contained in:
@@ -85,7 +85,7 @@ export default function () {
|
||||
<div className="flex gap-2">
|
||||
<FontAwesomeIcon
|
||||
icon={faBox}
|
||||
className="sm:w-8 sm:h-8 w-6 h-6 mt-2 text-sky-300"
|
||||
className="sm:w-8 sm:h-8 w-6 h-6 mt-2 text-sky-500"
|
||||
/>
|
||||
<p className="sm:text-4xl text-3xl capitalize bg-gradient-to-tr from-sky-500 to-slate-400 bg-clip-text text-transparent font-bold">
|
||||
All Collections
|
||||
@@ -218,7 +218,7 @@ export default function () {
|
||||
activeCollection={{
|
||||
name: "",
|
||||
description: "",
|
||||
color: "#7dd3fc",
|
||||
color: "#0ea5e9",
|
||||
isPublic: false,
|
||||
ownerId: session.data?.user.id as number,
|
||||
members: [],
|
||||
|
||||
Reference in New Issue
Block a user