mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-07 03:20:19 -06:00
card logo stuff
This commit is contained in:
@@ -45,13 +45,13 @@ export function Card(props: CardProps) {
|
||||
height={props.width ?? 150}
|
||||
{...props}
|
||||
>
|
||||
<TamaguiCard.Header>
|
||||
<TamaguiCard.Header position="absolute" x={25}>
|
||||
<CachedImage
|
||||
source={getImageApi(apiClient!)
|
||||
.getItemImageUrlById(
|
||||
props.itemId,
|
||||
ImageType.Logo,
|
||||
{ ...queryConfig.logos})
|
||||
{ ...queryConfig.images})
|
||||
}
|
||||
imageStyle={{
|
||||
...logoDimensions,
|
||||
|
||||
Reference in New Issue
Block a user