mirror of
https://github.com/Jellify-Music/App.git
synced 2026-02-05 18:09:18 -06:00
12 lines
192 B
TypeScript
12 lines
192 B
TypeScript
export const cardDimensions = {
|
|
artist: {
|
|
width: 150,
|
|
height: 150
|
|
},
|
|
album: {
|
|
width: 150,
|
|
height: 150
|
|
}
|
|
}
|
|
|
|
export const horizontalCardLimit = 20 |