Skip to content

Commit 56d1942

Browse files
authored
Support fixups (#257)
* just looked weird * call parent * hmm * better
1 parent 5840f20 commit 56d1942

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/lib/components/Accordion.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
--background-color: {backgroundColor ?? (style === 'light' ? 'white' : 'black')};
4545
"
4646
>
47-
<input {type} name={id} {id} {checked} on:click={toggleContent} bind:this={inputEl} />
47+
<input {type} name={id} {id} {checked} on:click={toggleContent} on:click bind:this={inputEl} />
4848
<label for={id}>
4949
<slot name="label"></slot>
5050
<span class="chevron">{@html IconChevron}</span>

src/routes/support/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
}
8484
8585
& li {
86-
font-size: 1rem;
86+
font-size: 1.25rem;
8787
}
8888
8989
& .support-card {

0 commit comments

Comments
 (0)