mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 12:23:02 +00:00
fix(header-global-action): icon slot should have a default size of 20
Fixes #1240
This commit is contained in:
parent
c2568ec5d4
commit
4adcb1a09b
1 changed files with 1 additions and 1 deletions
|
@ -21,6 +21,6 @@
|
||||||
on:click
|
on:click
|
||||||
>
|
>
|
||||||
<slot>
|
<slot>
|
||||||
<svelte:component this="{icon}" />
|
<svelte:component this="{icon}" size="{20}" />
|
||||||
</slot>
|
</slot>
|
||||||
</button>
|
</button>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue