diff --git a/src/client/src/AppTheme.ts b/src/client/src/AppTheme.ts
index 7ec3f81a2..9fffda9b8 100644
--- a/src/client/src/AppTheme.ts
+++ b/src/client/src/AppTheme.ts
@@ -43,7 +43,7 @@ export const theme = createTheme({
lightgrey: "#f1f3f5",
darkgrey: "#787878",
dark: "rgba(0, 0, 0, 0.5)",
- menuItemActive: "#D92B04",
+ menuItemActive: "#A65462",
filterItemActive: "#1C2834",
},
@@ -135,5 +135,13 @@ export const theme = createTheme({
},
},
},
+ MuiBadge: {
+ styleOverrides: {
+ badge: {
+ backgroundColor: "#FF0000",
+ color: "#FFFFFF",
+ },
+ },
+ },
},
});
diff --git a/src/client/src/commons/menu/mainView/mainSideNav.tsx b/src/client/src/commons/menu/mainView/mainSideNav.tsx
index f21b501ca..225d47fd4 100644
--- a/src/client/src/commons/menu/mainView/mainSideNav.tsx
+++ b/src/client/src/commons/menu/mainView/mainSideNav.tsx
@@ -99,7 +99,7 @@ const MainSideNav = ({
padding: "1em",
flex: "1 1 100%",
}}>
- {activeFilterCount > 0 && }
+ {activeFilterCount > 0 && }
}
diff --git a/src/client/src/commons/search/editor/filterComponent.jsx b/src/client/src/commons/search/editor/filterComponent.jsx
index 14929512b..99af9ec6d 100644
--- a/src/client/src/commons/search/editor/filterComponent.jsx
+++ b/src/client/src/commons/search/editor/filterComponent.jsx
@@ -226,7 +226,7 @@ class FilterComponent extends React.Component {
{t("polygon_selection")}
{filterPolygon !== null && (
-
+
)}
{this.state?.searchList?.map((filter, idx) => {
@@ -248,7 +248,7 @@ class FilterComponent extends React.Component {
}}>
{t(filter?.translationId)}{" "}
-
+
{filter?.name === "workgroup" && filter?.isSelected && (