Fix context menu icon color on Light theme
This commit is contained in:
@@ -95,7 +95,9 @@ const LoadedAlbumGrid = ({ ids, data, basePath, width }) => {
|
||||
</ArtistLinkField>
|
||||
</div>
|
||||
}
|
||||
actionIcon={<AlbumContextMenu record={data[id]} />}
|
||||
actionIcon={
|
||||
<AlbumContextMenu record={data[id]} color={'white'} />
|
||||
}
|
||||
/>
|
||||
</GridListTile>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user