better edit view

This commit is contained in:
daniel31x13
2024-08-30 02:38:58 -04:00
parent 820d686c37
commit aee10fa406
22 changed files with 596 additions and 256 deletions
+2 -2
View File
@@ -119,12 +119,12 @@ export default function Index() {
weight={
(activeCollection.iconWeight || "regular") as IconWeight
}
color={activeCollection.color || "#0ea5e9"}
color={activeCollection.color}
/>
) : (
<i
className="bi-folder-fill text-3xl"
style={{ color: activeCollection.color || "#0ea5e9" }}
style={{ color: activeCollection.color }}
></i>
)}