swapped some gray colors with neutral

This commit is contained in:
daniel31x13
2023-11-25 05:39:56 -05:00
parent 3c9d171f4d
commit d53dd93bb7
32 changed files with 81 additions and 105 deletions
+3 -3
View File
@@ -184,7 +184,7 @@ export default function PublicCollections() {
</div>
) : null}
<p className="ml-2 mt-1 text-gray-500 dark:text-gray-300">
<p className="ml-2 mt-1 text-neutral">
By {collectionOwner.name}
{collection.members.length > 0
? ` and ${collection.members.length} others`
@@ -215,7 +215,7 @@ export default function PublicCollections() {
<FontAwesomeIcon
icon={faFilter}
id="filter-dropdown"
className="w-5 h-5 text-gray-500 dark:text-gray-300"
className="w-5 h-5 text-neutral"
/>
</div>
@@ -237,7 +237,7 @@ export default function PublicCollections() {
<FontAwesomeIcon
icon={faSort}
id="sort-dropdown"
className="w-5 h-5 text-gray-500 dark:text-gray-300"
className="w-5 h-5 text-neutral"
/>
</div>