Skip to content

Commit 0a8d7ee

Browse files
committed
use :style
1 parent a0a9987 commit 0a8d7ee

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/routes/(public)/(guest)/login/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<Form onSubmit={login}>
9696
<Layout.Stack>
9797
{#if isCloud}
98-
<div style="margin-bottom: var(--gap-s, 8px);">
98+
<div style:margin-bottom="var(--gap-s, 8px)">
9999
<Button secondary fullWidth on:click={onGithubLogin} {disabled}>
100100
<span class="icon-github" aria-hidden="true"></span>
101101
<span class="text">Sign in with GitHub</span>

src/routes/(public)/(guest)/register/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
<Form onSubmit={register}>
134134
<Layout.Stack>
135135
{#if isCloud}
136-
<div style="margin-bottom: var(--gap-s, 8px);">
136+
<div style:margin-bottom="var(--gap-s, 8px)">
137137
<Button secondary fullWidth on:click={onGithubLogin} {disabled}>
138138
<span class="icon-github" aria-hidden="true"></span>
139139
<span class="text">Sign up with GitHub</span>

0 commit comments

Comments
 (0)