diff --git a/package.json b/package.json
index 24dc4dc..2b67521 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "whatson",
"description": "What's on?",
- "version": "2.5.4",
+ "version": "2.5.5",
"private": false,
"dependencies": {
"@reach/router": "^1.3.4",
diff --git a/public/meta.json b/public/meta.json
index cc5625c..c3b2bd2 100644
--- a/public/meta.json
+++ b/public/meta.json
@@ -1 +1 @@
-{ "version": "2.5.4" }
+{ "version": "2.5.5" }
diff --git a/src/components/GlobalStyle/MultiSelectStyle.js b/src/components/GlobalStyle/MultiSelectStyle.js
index 5a06c68..5c7f694 100644
--- a/src/components/GlobalStyle/MultiSelectStyle.js
+++ b/src/components/GlobalStyle/MultiSelectStyle.js
@@ -223,11 +223,21 @@ const MultiSelectStyle = `
cursor: pointer !important;
}
+ .filter-icon {
+ cursor: pointer !important;
+ }
+
.flex-search {
padding: 3px;
padding-right: 9px;
border-radius: 10px;
- border: 1.4px solid white;
+ border: 1.4px solid #fff;
+ }
+ .menu-icon:hover,
+ .filter-icon:hover,
+ .heart-icon:hover,
+ .flex-search:hover {
+ opacity: 0.8;
}
.search-icon {
margin-right: 5px;
diff --git a/src/components/Icon/CheckMark.js b/src/components/Icon/CheckMark.js
deleted file mode 100644
index 59b6b87..0000000
--- a/src/components/Icon/CheckMark.js
+++ /dev/null
@@ -1,18 +0,0 @@
-import React from "react";
-
-const CheckMark = ({
- size = 16,
- filled = false,
- color = "currentColor",
- style,
- ...props
-}) => (
-
-);
-
-export default CheckMark;
diff --git a/src/components/Icon/Cross.js b/src/components/Icon/Cross.js
deleted file mode 100644
index 186ede6..0000000
--- a/src/components/Icon/Cross.js
+++ /dev/null
@@ -1,24 +0,0 @@
-import React from "react";
-
-const Cross = ({
- size = 16,
- filled = false,
- color = "currentColor",
- style,
- ...props
-}) => (
-
-);
-
-export default Cross;
diff --git a/src/components/Icon/Filter.js b/src/components/Icon/Filter.js
index 048a291..480694b 100644
--- a/src/components/Icon/Filter.js
+++ b/src/components/Icon/Filter.js
@@ -8,6 +8,7 @@ const Filter = ({
...props
}) => (