changed collectionInfo icon color

This commit is contained in:
Ananddubey01 2023-01-20 00:53:52 +05:30
parent 4481f4162a
commit f482e14543
2 changed files with 3 additions and 4 deletions

View file

@ -19,9 +19,9 @@ export function CollectionInfo({ name, fileCount, endIcon }: Iprops) {
</Typography> </Typography>
{endIcon && ( {endIcon && (
<Box <Box
sx={{ sx={(theme) => ({
opacity: [0.6, 0.6, 0.6], color: theme.palette.fixed.strokeMutedWhite,
}} })}
ml={1.5}> ml={1.5}>
{endIcon} {endIcon}
</Box> </Box>

View file

@ -39,7 +39,6 @@ export function QuickOptions({
CollectionActions.CONFIRM_DOWNLOAD, CollectionActions.CONFIRM_DOWNLOAD,
false false
)} )}
aria-haspopup="true"
/> />
</IconButton> </IconButton>
)} )}