improved coloring

This commit is contained in:
Daniel
2023-08-22 18:34:46 -04:00
parent acc974ecfe
commit e47aef8123
19 changed files with 33 additions and 33 deletions
+2 -2
View File
@@ -128,7 +128,7 @@ export default function Index() {
<FontAwesomeIcon
icon={faSort}
id="sort-dropdown"
className="w-5 h-5 text-gray-500 dark:text-white"
className="w-5 h-5 text-gray-500 dark:text-gray-300"
/>
</div>
@@ -150,7 +150,7 @@ export default function Index() {
icon={faEllipsis}
id="expand-dropdown"
title="More"
className="w-5 h-5 text-gray-500 dark:text-white"
className="w-5 h-5 text-gray-500 dark:text-gray-300"
/>
</div>
{expandDropdown ? (
+2 -2
View File
@@ -52,7 +52,7 @@ export default function Collections() {
<FontAwesomeIcon
icon={faEllipsis}
id="expand-dropdown"
className="w-5 h-5 text-gray-500 dark:text-white"
className="w-5 h-5 text-gray-500 dark:text-gray-300"
/>
</div>
@@ -91,7 +91,7 @@ export default function Collections() {
<FontAwesomeIcon
icon={faSort}
id="sort-dropdown"
className="w-5 h-5 text-gray-500 dark:text-white"
className="w-5 h-5 text-gray-500 dark:text-gray-300"
/>
</div>
+1 -1
View File
@@ -40,7 +40,7 @@ export default function Links() {
<FontAwesomeIcon
icon={faSort}
id="sort-dropdown"
className="w-5 h-5 text-gray-500 dark:text-gray-200"
className="w-5 h-5 text-gray-500 dark:text-gray-300"
/>
</div>
+2 -2
View File
@@ -58,7 +58,7 @@ export default function Links() {
<FontAwesomeIcon
icon={faFilter}
id="filter-dropdown"
className="w-5 h-5 text-gray-500 dark:text-white"
className="w-5 h-5 text-gray-500 dark:text-gray-300"
/>
</div>
@@ -80,7 +80,7 @@ export default function Links() {
<FontAwesomeIcon
icon={faSort}
id="sort-dropdown"
className="w-5 h-5 text-gray-500 dark:text-white"
className="w-5 h-5 text-gray-500 dark:text-gray-300"
/>
</div>
+1 -1
View File
@@ -53,7 +53,7 @@ export default function Index() {
<FontAwesomeIcon
icon={faSort}
id="sort-dropdown"
className="w-5 h-5 text-gray-500 dark:text-white"
className="w-5 h-5 text-gray-500 dark:text-gray-300"
/>
</div>