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>
{endIcon && (
<Box
sx={{
opacity: [0.6, 0.6, 0.6],
}}
sx={(theme) => ({
color: theme.palette.fixed.strokeMutedWhite,
})}
ml={1.5}>
{endIcon}
</Box>

View file

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