We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5840f20 commit 56d1942Copy full SHA for 56d1942
src/lib/components/Accordion.svelte
@@ -44,7 +44,7 @@
44
--background-color: {backgroundColor ?? (style === 'light' ? 'white' : 'black')};
45
"
46
>
47
- <input {type} name={id} {id} {checked} on:click={toggleContent} bind:this={inputEl} />
+ <input {type} name={id} {id} {checked} on:click={toggleContent} on:click bind:this={inputEl} />
48
<label for={id}>
49
<slot name="label"></slot>
50
<span class="chevron">{@html IconChevron}</span>
src/routes/support/+page.svelte
@@ -83,7 +83,7 @@
83
}
84
85
& li {
86
- font-size: 1rem;
+ font-size: 1.25rem;
87
88
89
& .support-card {
0 commit comments