diff --git a/src/components/ToolBar/ToolBar.module.css b/src/components/ToolBar/ToolBar.module.css
index 1b53950..1d86e23 100644
--- a/src/components/ToolBar/ToolBar.module.css
+++ b/src/components/ToolBar/ToolBar.module.css
@@ -16,6 +16,9 @@
padding: 0;
border-radius: 30px;
overflow: visible;
+ display: flex;
+ align-items: center;
+ flex-direction: column;
}
.filterMenu{
@@ -36,7 +39,7 @@
.createButton {
font-size: 2rem;
- color: #019AFF;
+ color: black;
}
.createButton:hover, .searchButton:hover, .mobileFilter:hover {
@@ -60,11 +63,6 @@
justify-content: center;
}
-.sortButton svg, .searchButton svg {
- transform: scale(0.5);
- fill: #019AFF;
-}
-
.sortButton:focus, .searchButton:focus {
outline: none;
@@ -93,8 +91,8 @@
}
.filterContainer{
- display: flex;
width: fit-content;
+ flex-direction: row;
}
.filterMenu{