mirror of
https://github.com/Jellify-Music/App.git
synced 2026-02-04 17:38:31 -06:00
fix width
This commit is contained in:
@@ -31,7 +31,7 @@ export default function RecentlyAdded({
|
||||
caption={item.Name}
|
||||
subCaption={`${item.Artists?.join(", ")}`}
|
||||
squared
|
||||
width={"13"}
|
||||
width={"$13"}
|
||||
item={item}
|
||||
onPress={() => {
|
||||
navigation.navigate("Album", {
|
||||
|
||||
Reference in New Issue
Block a user