diff --git a/public/filter.svg b/public/filter.svg
new file mode 100644
index 0000000..6096a31
--- /dev/null
+++ b/public/filter.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/components/ToolBar/ToolBar.jsx b/src/components/ToolBar/ToolBar.jsx
index 7788f59..56f0bca 100644
--- a/src/components/ToolBar/ToolBar.jsx
+++ b/src/components/ToolBar/ToolBar.jsx
@@ -43,16 +43,12 @@ function ToolBar({setFilters, filters}) {
diff --git a/src/components/ToolBar/ToolBar.module.css b/src/components/ToolBar/ToolBar.module.css
index bb04573..1d86e23 100644
--- a/src/components/ToolBar/ToolBar.module.css
+++ b/src/components/ToolBar/ToolBar.module.css
@@ -39,7 +39,7 @@
.createButton {
font-size: 2rem;
- color: #019AFF;
+ color: black;
}
.createButton:hover, .searchButton:hover, .mobileFilter:hover {
@@ -63,11 +63,6 @@
justify-content: center;
}
-.sortButton svg, .searchButton svg {
- transform: scale(0.5);
- fill: #019AFF;
-}
-
.sortButton:focus, .searchButton:focus {
outline: none;