aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/lists
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web/components/dashboard/lists')
-rw-r--r--apps/web/components/dashboard/lists/AllListsView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/components/dashboard/lists/AllListsView.tsx b/apps/web/components/dashboard/lists/AllListsView.tsx
index acb94edb..4159bc14 100644
--- a/apps/web/components/dashboard/lists/AllListsView.tsx
+++ b/apps/web/components/dashboard/lists/AllListsView.tsx
@@ -20,7 +20,7 @@ function ListItem({
}) {
return (
<Link href={path}>
- <div className="rounded-md border border-gray-200 bg-background px-4 py-2 text-lg">
+ <div className="rounded-md border border-border bg-background px-4 py-2 text-lg">
<p className="text-nowrap">
{icon} {name}
</p>