Skip to content

Commit

Permalink
FIX: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rajtoshranjan committed May 7, 2024
1 parent ac81a33 commit 24be3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layer-panel/layer-panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const LayerPanel = () => {
/>
</button>
{/* Draw tools */}
<Draw className="absolute -mt-[0.35rem] ml-[15.65rem] " />
<Draw className="absolute ml-[15.65rem] mt-[-0.35rem] " />

{/* Body */}
<h2 className="sticky text-sm font-medium text-gray-400">Layers</h2>
Expand Down

0 comments on commit 24be3fe

Please sign in to comment.