mirror of
https://github.com/Jellify-Music/App.git
synced 2026-02-21 03:08:38 -06:00
i want artist cards to be round
This commit is contained in:
@@ -27,7 +27,7 @@ export function ItemCard(props: CardProps) {
|
||||
>
|
||||
<TamaguiCard
|
||||
size="$4"
|
||||
borderRadius={props.squared ? 2 : 100}
|
||||
borderRadius={props.squared ? 2 : 300}
|
||||
animation="bouncy"
|
||||
hoverStyle={props.onPress ? { scale: 0.925 } : {}}
|
||||
pressStyle={props.onPress ? { scale: 0.875 } : {}}
|
||||
|
||||
Reference in New Issue
Block a user