From f2392583482205cbb59d660234c990ac82e5a1ec Mon Sep 17 00:00:00 2001 From: Nicola Benaglia Date: Thu, 10 Apr 2025 09:16:05 +0200 Subject: [PATCH] Remove duplicated --- src/components/Apps/Apps-styles.tsx | 1 - 1 file changed, 1 deletion(-) 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, }));