From b51cba28ade3cd629004eb960668494c8de2e33d Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Mon, 1 May 2023 12:12:45 +0100 Subject: [PATCH] Change cursor --- assets/icons/brush.svg | 6 ++++++ src/index.scss | 2 ++ 2 files changed, 8 insertions(+) create mode 100644 assets/icons/brush.svg 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 {