Skip to content

Commit

Permalink
chore: change default canvas color
Browse files Browse the repository at this point in the history
  • Loading branch information
apsinghdev committed Sep 4, 2024
1 parent bdf72e6 commit f1aa04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/atoms.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const cursorPosition = atom({

export const canvasColors = atom({
key: "canvasColor",
default: "#D2B55B",
default: "#66b2b2",
});

export const canvasState = atom({
Expand Down

0 comments on commit f1aa04b

Please sign in to comment.