Skip to content

Instantly share code, notes, and snippets.

@dpmango
Created May 16, 2024 20:00
Show Gist options
  • Save dpmango/904b7f1f82097be2148b56a5ac31e835 to your computer and use it in GitHub Desktop.
Save dpmango/904b7f1f82097be2148b56a5ac31e835 to your computer and use it in GitHub Desktop.
const productItemDefaults = {
theme: {
backgroundColor: '#1E1F26',
borderRadius: 20,
cardBackgroundColor: '#191B22',
imageTransparency: 60,
counterColor: '#1F75EA',
productColor: '#FFFFFF',
counterTextColor: '#FFFFFF',
priceColor: '#FFFFFF',
priceDiscountColor: '#1F9C56',
},
media: {
useBackgroundImage: false,
backgroundImage: '',
useCardImage: false,
cardImage: '',
},
}
const productProductDefaults = {
theme: {
imagePosition: 'right',
imageZindex: 'bottom',
backgroundColor: '#1E1F26',
borderRadius: 20,
cardBackgroundColor: '#191B22',
imageTransparency: 60,
productColor: '#FFFFFF',
priceColor: '#FFFFFF',
priceDiscountColor: '#1F9C56',
},
media: {
useBackgroundImage: false,
backgroundImage: '',
useCardImage: false,
cardImage: '',
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment