You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/6.x/docs/guides/fonts.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ Older Material Design 2 platform-split font configuration (`configureFonts` with
57
57
In the latest version fonts in theme are structured based on the `variant` keys e.g. `displayLarge` or `bodyMedium` which are then used in `Text`'s component throughout the whole library.
58
58
59
59
:::info
60
-
The default `fontFamily` is different per particular platfrom:
60
+
The default `fontFamily` is different per particular platform:
Copy file name to clipboardExpand all lines: docs/6.x/docs/guides/migration.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -188,6 +188,28 @@ e.g.:
188
188
- The default elevation changed from level `1` to level `3`.
189
189
- The `style` prop no longer configures the background color or border radius. You can override `theme.colors.surfaceContainerHigh` and `theme.shapes.corner.extraLarge` using the `theme` prop instead.
190
190
191
+
### Searchbar
192
+
193
+
The misspelled `traileringIcon` props have been renamed:
The Paper 6.x `TextInput` is a complete rewrite with a new API. Import the component the same way, but note that the props and behavior have changed significantly.
0 commit comments