diff --git a/frontend/src/components/AppBar/AppBar.css b/frontend/src/components/AppBar/AppBar.css
index 8b33b936..f5522753 100644
--- a/frontend/src/components/AppBar/AppBar.css
+++ b/frontend/src/components/AppBar/AppBar.css
@@ -6,7 +6,7 @@
top: 0;
left: 0;
height: 120px;
- width: 100vw;
+ width: 98vw;
padding: 1rem 3rem 1rem 2rem;
justify-content: space-between;
align-items: center;
@@ -46,16 +46,16 @@
box-shadow: 0px 0px 10px #e3e8f2;
}
-.filter-button {
+.app-bar-filter-button {
display: flex;
height: 40px;
flex-direction: row;
justify-content: center;
align-items: center;
- color: #2F3C50 !important;
- background-color: #FBFCFE !important;
+ color: #2F3C50;
+ background-color: #FBFCFE;
box-shadow: 0px 0px 10px #e3e8f2;
- border-radius: 20px !important;
+ border-radius: 20px;
gap: 10px;
}
diff --git a/frontend/src/components/AppBar/AppBar.jsx b/frontend/src/components/AppBar/AppBar.jsx
index d534d98e..11ec72cf 100644
--- a/frontend/src/components/AppBar/AppBar.jsx
+++ b/frontend/src/components/AppBar/AppBar.jsx
@@ -13,7 +13,7 @@ export const AppBar = () => {
-