Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
const contentStyle = {
display: 'flex',
flexDirection: 'column',
flex: 1,
paddingLeft: 16,
paddingRight: 16
};
const descriptionContainerStyle = {
overflow: 'hidden',
textOverflow: 'ellipsis',
whiteSpace: 'nowrap'
};
const linkStyle = {
color: Colors.customBlue
};
paddingBottom: 16,
height: 65
};
const footerContainerStyle = {
paddingLeft: 16,
paddingRight: 16,
paddingTop: 0,
paddingBottom: 12,
width: 220,
position: 'absolute',
bottom: 0
};
const linkStyle = {
color: Colors.customBlue
};