Skip to content

Commit

Permalink
fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
rejth committed May 22, 2024
1 parent 5ba5a10 commit c74cffe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/ColorDropper.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import Canvas from './Canvas.svelte';
import ColorPicker from './ColorPicker.svelte';
import ColorCircle from './ColorCircle.svelte';
import Cursor from './Cursor.svelte';
import { RenderManager, RenderWorker, type AppContext, GeometryManager } from '../model';
import { KEY } from '../lib';
Expand Down Expand Up @@ -75,7 +75,7 @@
</span>
<strong class="selected-color">{$selectedColor}</strong>
</div>
<ColorCircle isActive={isEntered && needsPickColor} />
<Cursor isActive={isEntered && needsPickColor} />
<Canvas
{style}
{width}
Expand Down
File renamed without changes.

0 comments on commit c74cffe

Please sign in to comment.