Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion documentation-site/pages/guides/theming.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ You can use any React component as a replacement for an icon, as long as they ac
When creating these replacement components, pay special attention not to expose these properties to the DOM. If you do, you'll run into warning messages similar to this: `Warning: Invalid attribute name: 'size'`
```

Your component will also recieve the following properties:
Your component will also receive the following properties:

- `data-baseweb`, always set to `"icon"`
- `viewBox`, always set to `"0 0 24 24"`
Expand Down