Skip to content

1- Added default theming for the Horizontal chips list. 2- For gateway chip. 3- For gopay chip

Compare
Choose a tag to compare
@OsamaRabie OsamaRabie released this 16 Jun 09:02
· 82 commits to master since this release

"horizontalList": {
"backgroundColor" : "whiteTwo",
"itemSpacing" : 10,
"margin" : 18,
"chips": {
"radius" : 8,
"currencyChip": {
"selected": {
"backgroundColor" : "white",
"shadow": {
"color" : "deepSkyBlue",
"radius" : 5
},
"labelTextFont": "Roboto-Regular,12",
"labelTextColor": "greyishBrown"
},
"unSelected": {
"backgroundColor" : "white30",
"shadow": {
"color" : "lightPeriwinkle",
"radius" : 5
},
"labelTextFont": "Roboto-Regular,12",
"labelTextColor": "greyishBrown"
}
},
"gatewayChip": {
"backgroundColor" : "white",
"shadow": {
"color" : "lightPeriwinkle",
"radius" : 2,
"offsetWidth": 0,
"offsetHeight": 0,
"opacity": 0.2
}
},
"goPayChip": {
"shadow": {
"color" : "lightPeriwinkle",
"radius" : 2,
"offsetWidth": 0,
"offsetHeight": 0,
"opacity": 0.2
},
"logIn": {
"backgroundColor" : "vibrantGreen",
"labelTextFont": "Roboto-Regular,12",
"labelTextColor": "white"
},
"loggedIn": {
"backgroundColor" : "deepSkyBlue",
"labelTextFont": "Roboto-Regular,12",
"labelTextColor": "white"
}
},
"applePayChip": {
"backgroundColor" : "black"
},
"savedCardChip": {
"selected": {
"backgroundColor" : "white",
"shadow": {
"color" : "deepSkyBlue",
"radius" : 5
},
"labelTextFont": "Roboto-Regular,12",
"labelTextColor": "greyishBrown"
},
"unSelected": {
"backgroundColor" : "white80",
"shadow": {
"color" : "lightPeriwinkle",
"radius" : 5
},
"labelTextFont": "Roboto-Regular,12",
"labelTextColor": "greyishBrown"
}
}
}
}