Skip to content

Commit

Permalink
fixup! Docs: Add border styles properties to dictionaries #DS-1580
Browse files Browse the repository at this point in the history
  • Loading branch information
curdaj committed Jan 2, 2025
1 parent ebf872c commit 797fc68
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/DICTIONARIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@ This project uses `dictionaries` to unify props between different components.

### Border Properties

| Dictionary | Values | Code name |
| ------------ | ------------------------------- | ----------- |
| Border Color | `basic`, `focus` | BorderColor |
| Border Style | `solid`, `'dotted'`, `'dashed'` | BorderStyle |
| Dictionary | Values | Code name |
| ------------- | ----------------------------------------------- | ------------ |
| Border Color | `basic`, `focus` | BorderColor |
| Border Radius | `0`, `100`, `200`, `300`, `400`, `500`, `full`, | BorderRadius |
| Border Style | `solid`, `'dotted'`, `'dashed'` | BorderStyle |
| Border Width | `0`, `100`, `200`, | BorderWidth |

### Color

Expand Down

0 comments on commit 797fc68

Please sign in to comment.