Closed
Description
Have the following component, but the border bottom doesn't appear
const StyledForgotPasswordText = styled.Text`
font-size: 14px;
text-align: right;
border-bottom-color: black;
border-bottom-width: 2px;
`;
The generated CSS here looks fine:
{
"fontSize": 14,
"textAlign": "right",
"borderBottomColor": "black",
"borderBottomWidth": 2
}
Metadata
Metadata
Assignees
Labels
No labels