diff --git a/assets/icons/brush.svg b/assets/icons/brush.svg new file mode 100644 index 0000000..c3a203e --- /dev/null +++ b/assets/icons/brush.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/src/index.scss b/src/index.scss index 415a09b..da6542e 100644 --- a/src/index.scss +++ b/src/index.scss @@ -33,6 +33,8 @@ html { > canvas { height: 100%; width: 100%; + + cursor: url('../assets/icons/brush.svg') 0 24, auto; } > .errors-container {