mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
use :style
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user