improved iconPicker component + other improvements

This commit is contained in:
daniel31x13
2024-08-19 18:14:09 -04:00
parent 2893d3caf2
commit dc388ebba5
15 changed files with 222 additions and 72 deletions
+1 -1
View File
@@ -205,7 +205,7 @@ export default function ReadableView({ link }: Props) {
>
<i
className="bi-folder-fill drop-shadow text-2xl"
style={{ color: link?.collection.color }}
style={{ color: link?.collection.color as string }}
></i>
<p
title={link?.collection.name}