diff --git a/src/components/Apps/Apps-styles.tsx b/src/components/Apps/Apps-styles.tsx index 6846e9b..631186b 100644 --- a/src/components/Apps/Apps-styles.tsx +++ b/src/components/Apps/Apps-styles.tsx @@ -366,7 +366,6 @@ export const AppsCategoryInfoValue = styled(Typography)(({ theme }) => ({ fontSize: "12px", fontWeight: 500, lineHeight: 1.2, - color: "#8D8F93", backgroundColor: theme.palette.background.default, color: theme.palette.text.primary, }));