diff --git a/client/src/components/anims/amplify.jsx b/client/src/components/anims/amplify.jsx
index 6b42f3ff..adf51c93 100644
--- a/client/src/components/anims/amplify.jsx
+++ b/client/src/components/anims/amplify.jsx
@@ -21,7 +21,7 @@ class Amplify extends Component {
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 200 200">
-
+
diff --git a/client/src/components/anims/block.jsx b/client/src/components/anims/block.jsx
index f3e215b0..812b32cb 100644
--- a/client/src/components/anims/block.jsx
+++ b/client/src/components/anims/block.jsx
@@ -20,7 +20,7 @@ class Block extends Component {
style={{ transform: 'rotate(180deg)' }}
viewBox="0 0 256 256">
-
+
-
+
diff --git a/client/src/components/anims/debuff.jsx b/client/src/components/anims/debuff.jsx
index 6fa300e7..bf7efe98 100644
--- a/client/src/components/anims/debuff.jsx
+++ b/client/src/components/anims/debuff.jsx
@@ -20,7 +20,7 @@ class Debuff extends Component {
style={{ transform: 'rotate(180deg)' }}
viewBox="0 0 300 300">
-
+
diff --git a/client/src/components/anims/haste.jsx b/client/src/components/anims/haste.jsx
index eab63272..2aaa34a8 100644
--- a/client/src/components/anims/haste.jsx
+++ b/client/src/components/anims/haste.jsx
@@ -2,7 +2,7 @@ const preact = require('preact');
const { Component } = require('preact');
const anime = require('animejs').default;
-const { TIMES } = require('../../constants');
+const { TIMES, COLOURS } = require('../../constants');
class Haste extends Component {
constructor() {
@@ -14,15 +14,21 @@ class Haste extends Component {
return (