fix(header-global-action): icon slot should have a default size of 20 (#1257)

Fixes #1240
This commit is contained in:
metonym 2022-04-18 17:57:28 -07:00 committed by GitHub
commit 1041c6e9f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -1643,9 +1643,9 @@ None.
### Slots
| Slot name | Default | Props | Fallback |
| :-------- | :------ | :---- | :---------------------------------------------------- |
| -- | Yes | -- | <code>&lt;svelte:component this="{icon}" /&gt;</code> |
| Slot name | Default | Props | Fallback |
| :-------- | :------ | :---- | :-------------------------------------------------------------- |
| -- | Yes | -- | <code>&lt;svelte:component this="{icon}" size={20} /&gt;</code> |
### Events