Skip to content

Commit

Permalink
move dot (#5799)
Browse files Browse the repository at this point in the history
  • Loading branch information
lankaukk authored May 31, 2024
1 parent 968c525 commit ce371f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions editor/src/components/editor/canvas-toolbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}}
/>
Expand Down

0 comments on commit ce371f8

Please sign in to comment.