Closed
Description
If you have a view with a background color that is different than the border's color, the background color seeps through the rounded borders.
Repro:
<Text style={styles.marker}>1</Text>
marker: {
color: 'white',
backgroundColor: 'blue',
width: 17,
height: 17,
lineHeight: 15,
borderWidth: 1.5,
borderColor: 'white',
borderRadius: 17 / 2,
overflow: 'hidden',
}