Skip to content

[Borders] Halo shows through rounded borders  #2017

Closed
@ide

Description

@ide

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.

example

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',
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions