Skip to content

Commit

Permalink
Patch: updated cursor style definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Akalanka47000 committed Jun 15, 2024
1 parent 21e0780 commit 3be3f2a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/workspace/cursor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ import { ids } from "@/constants";
import { resizeCursors } from "@/hooks/interactions";
import { isWithinBounds } from "@/utils";

const styles = `#stk-workspace {
cursor: none;
}`;
const styles = `#stk-workspace { cursor: none; }`;

export const Cursor = () => {
const [cursorX, setCursorX] = useState(0);
Expand Down

0 comments on commit 3be3f2a

Please sign in to comment.