mirror of
https://github.com/ente-io/ente.git
synced 2025-08-07 23:18:10 +00:00
Opacity
This commit is contained in:
parent
c7859131b0
commit
4ad13a2991
@ -150,11 +150,6 @@ declare module "@mui/material/styles" {
|
||||
* during image editing.
|
||||
*/
|
||||
croppedAreaOverlay: string;
|
||||
/**
|
||||
* Color of overlaid icons on top of thumbnails. e.g. color of the
|
||||
* "archived" indicator shown on top of albums.
|
||||
*/
|
||||
overlayIndicatorMuted: string;
|
||||
/**
|
||||
* Color of the total space in the usage bar on the storage card.
|
||||
*/
|
||||
|
@ -552,7 +552,7 @@ const CollectionBarCardIcon: React.FC<CollectionBarCardIconProps> = ({
|
||||
attributes.includes("incomingShareCollaborator")) && <PeopleIcon />}
|
||||
{attributes.includes("sharedOnlyViaLink") && <LinkIcon />}
|
||||
{attributes.includes("archived") && (
|
||||
<ArchiveIcon sx={{ color: "fixed.overlayIndicatorMuted" }} />
|
||||
<ArchiveIcon sx={{ opacity: 0.48 }} />
|
||||
)}
|
||||
</CollectionBarCardIcon_>
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user