From f482e14543ba7dd86b5d74d8233ab9991b099486 Mon Sep 17 00:00:00 2001 From: Ananddubey01 Date: Fri, 20 Jan 2023 00:53:52 +0530 Subject: [PATCH] changed collectionInfo icon color --- src/components/Collections/CollectionInfo.tsx | 6 +++--- .../Collections/CollectionOptions/QuickOptions.tsx | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/components/Collections/CollectionInfo.tsx b/src/components/Collections/CollectionInfo.tsx index cde6660b0..d295e1ea6 100644 --- a/src/components/Collections/CollectionInfo.tsx +++ b/src/components/Collections/CollectionInfo.tsx @@ -19,9 +19,9 @@ export function CollectionInfo({ name, fileCount, endIcon }: Iprops) { {endIcon && ( ({ + color: theme.palette.fixed.strokeMutedWhite, + })} ml={1.5}> {endIcon} diff --git a/src/components/Collections/CollectionOptions/QuickOptions.tsx b/src/components/Collections/CollectionOptions/QuickOptions.tsx index c69c72e92..a5402ef4b 100644 --- a/src/components/Collections/CollectionOptions/QuickOptions.tsx +++ b/src/components/Collections/CollectionOptions/QuickOptions.tsx @@ -39,7 +39,6 @@ export function QuickOptions({ CollectionActions.CONFIRM_DOWNLOAD, false )} - aria-haspopup="true" /> )}