aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/sidebar
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web/components/dashboard/sidebar')
-rw-r--r--apps/web/components/dashboard/sidebar/AllLists.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/components/dashboard/sidebar/AllLists.tsx b/apps/web/components/dashboard/sidebar/AllLists.tsx
index fff8d64d..4c97ffae 100644
--- a/apps/web/components/dashboard/sidebar/AllLists.tsx
+++ b/apps/web/components/dashboard/sidebar/AllLists.tsx
@@ -38,7 +38,7 @@ export default function AllLists({
<p>Lists</p>
<EditListModal>
<Link href="#">
- <CirclePlus className="mr-4 size-5" strokeWidth={1.5} />
+ <CirclePlus className="mr-2 size-5" strokeWidth={1.5} />
</Link>
</EditListModal>
</li>