use :style

This commit is contained in:
Harsh Mahajan
2025-12-29 14:24:07 +05:30
parent a0a998789e
commit 0a8d7ee03a
2 changed files with 2 additions and 2 deletions
@@ -95,7 +95,7 @@
<Form onSubmit={login}>
<Layout.Stack>
{#if isCloud}
<div style="margin-bottom: var(--gap-s, 8px);">
<div style:margin-bottom="var(--gap-s, 8px)">
<Button secondary fullWidth on:click={onGithubLogin} {disabled}>
<span class="icon-github" aria-hidden="true"></span>
<span class="text">Sign in with GitHub</span>
@@ -133,7 +133,7 @@
<Form onSubmit={register}>
<Layout.Stack>
{#if isCloud}
<div style="margin-bottom: var(--gap-s, 8px);">
<div style:margin-bottom="var(--gap-s, 8px)">
<Button secondary fullWidth on:click={onGithubLogin} {disabled}>
<span class="icon-github" aria-hidden="true"></span>
<span class="text">Sign up with GitHub</span>