Skip to content

borderWidth and borderBottom style properties are overriden in Card component #382

@javier-lopez-fsl

Description

@javier-lopez-fsl

Describe the bug
when style prop is beeing passed with borderWidth or borderBottomColor, those properties are overriden

To Reproduce
Steps to reproduce the behavior:

  1. Create an instance of the Card component
  2. pass a style prop with borderWidth: 10, borderBottomColor: '#000'
  3. neither the borderWidth or borderBottomColor styles are applied

Expected behavior
As a user I'd expect to pass style prop with borderWidth, borderColor, border[ANY]Width, border[ANY]Color and styles should be applied

Screenshots
Anotación 2020-04-27 160423

Anotación 2020-04-27 160955

Anotación 2020-04-27 161050

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions