Remove duplicated

This commit is contained in:
Nicola Benaglia 2025-04-10 09:16:05 +02:00
parent fcc0019b35
commit f239258348

View File

@ -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,
}));