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

Fixes #1240
This commit is contained in:
Eric Liu 2022-04-18 10:58:48 -07:00
commit 4adcb1a09b

View file

@ -21,6 +21,6 @@
on:click on:click
> >
<slot> <slot>
<svelte:component this="{icon}" /> <svelte:component this="{icon}" size="{20}" />
</slot> </slot>
</button> </button>