style: change to neutral to handle new themes

This commit is contained in:
Trey Gordon
2023-12-29 12:29:10 -05:00
parent 6b28abc405
commit 7e9eae0ef2
+2 -2
View File
@@ -155,7 +155,7 @@ export default function Dashboard() {
</div> </div>
<Link <Link
href="/links" href="/links"
className="flex items-center text-sm text-black/75 dark:text-white/75 gap-2 cursor-pointer" className="flex items-center text-sm text-neutral gap-2 cursor-pointer"
> >
View All View All
<i className="bi-chevron-right text-sm"></i> <i className="bi-chevron-right text-sm"></i>
@@ -264,7 +264,7 @@ export default function Dashboard() {
</div> </div>
<Link <Link
href="/links/pinned" href="/links/pinned"
className="flex items-center text-sm text-black/75 dark:text-white/75 gap-2 cursor-pointer" className="flex items-center text-sm text-neutral gap-2 cursor-pointer"
> >
View All View All
<i className="bi-chevron-right text-sm "></i> <i className="bi-chevron-right text-sm "></i>