We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 673f65a commit 0d7ba01Copy full SHA for 0d7ba01
docs/styling.md
@@ -77,7 +77,7 @@ Components use CSS styles + flexbox layout.
77
| `fontFamily` | `string` | ✅ |
78
| `fontSize` | `number` | ✅ |
79
| `fontStyle` | `normal` | `italic` | ✅ |
80
-| `fontWeight` | `string` | ✅ |
+| `fontWeight` | `string` | `number` | ✅ |
81
| `textDecorationLine` | `none` | `underline` | `double` | `line-through` | ✅ |
82
| `textShadowOffset` | `{ width: number, height: number }` | ⛔️ |
83
| `textShadowRadius` | `number` | ⛔️ |
0 commit comments