Skip to content

Commit

Permalink
feat: Add logical border color props
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldonadel committed Feb 5, 2023
1 parent 27548ab commit f2bf2dd
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions docs/view-style-props.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,30 @@ export default ViewStyleProps;

---

### `borderBlockColor`

| Type |
| ------------------ |
| [color](colors.md) |

---

### `borderBlockEndColor`

| Type |
| ------------------ |
| [color](colors.md) |

---

### `borderBlockStartColor`

| Type |
| ------------------ |
| [color](colors.md) |

---

### `borderBottomColor`

| Type |
Expand Down Expand Up @@ -195,6 +219,30 @@ If the rounded border is not visible, try applying `overflow: 'hidden'` as well.

---

### `borderInlineColor`

| Type |
| ------------------ |
| [color](colors.md) |

---

### `borderInlineEndColor`

| Type |
| ------------------ |
| [color](colors.md) |

---

### `borderInlineStartColor`

| Type |
| ------------------ |
| [color](colors.md) |

---

### `borderStyle`

| Type |
Expand Down

0 comments on commit f2bf2dd

Please sign in to comment.