Adjust comfortable manga grids title color while selected

This commit is contained in:
schroda
2024-09-06 23:08:01 +02:00
parent 088910d511
commit 290f031479

View File

@@ -187,7 +187,7 @@ export const MangaGridCard = ({
<TypographyMaxLines <TypographyMaxLines
component="h3" component="h3"
sx={{ sx={{
color: 'text.primary', color: (theme) => (selected ? theme.palette.primary.contrastText : 'text.primary'),
height: '3rem', height: '3rem',
pt: 0.5, pt: 0.5,
}} }}