From ce371f808336a2e3fbe8ff3a0af443e3846c6c0a Mon Sep 17 00:00:00 2001 From: McKayla Lankau Date: Fri, 31 May 2024 11:40:01 -0400 Subject: [PATCH] move dot (#5799) --- editor/src/components/editor/canvas-toolbar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editor/src/components/editor/canvas-toolbar.tsx b/editor/src/components/editor/canvas-toolbar.tsx index 77c4d95a0151..43b07add066b 100644 --- a/editor/src/components/editor/canvas-toolbar.tsx +++ b/editor/src/components/editor/canvas-toolbar.tsx @@ -237,8 +237,8 @@ const UnreadThreadsIndicator = React.memo(() => { ? `1.5px solid ${colorTheme.primary.value}` : `1.5px solid ${colorTheme.bg1.value}`, position: 'relative', - top: 8, - left: -15, + top: 5, + left: -9, opacity: unreadThreads.length > 0 ? 1 : 0, }} />