style: change to neutral to handle new themes
This commit is contained in:
+2
-2
@@ -155,7 +155,7 @@ export default function Dashboard() {
|
||||
</div>
|
||||
<Link
|
||||
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
|
||||
<i className="bi-chevron-right text-sm"></i>
|
||||
@@ -264,7 +264,7 @@ export default function Dashboard() {
|
||||
</div>
|
||||
<Link
|
||||
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
|
||||
<i className="bi-chevron-right text-sm "></i>
|
||||
|
||||
Reference in New Issue
Block a user