Struggling to alter the border color of a button
Attempting borderColor attribute proved futile:
borderColor: '#FFFFFF'
Anticipated result
Code snippet:
headerBtn: {
backgroundColor: 'black',
fontSize: '16px',
fontWeight: 'bold',
letterSpacing: '-0.16px',
borderRadius: '20px',
borderColor: '#FFFFFF',
color: '#ffffff',
padding: '6.5px 24px',
display: ['none', null, null, null, 'inline-block'],
ml: ['0', null, null, 'auto', '0'],
mr: ['0', null, null, '20px', '0'],
'&:hover': {
color: '#000000',
},
}
Result obtained from the above code
Result during hover state