diff --git a/src/lib/layout/unauthenticatedStudio.svelte b/src/lib/layout/unauthenticatedStudio.svelte
index feef42fff..aa46de695 100644
--- a/src/lib/layout/unauthenticatedStudio.svelte
+++ b/src/lib/layout/unauthenticatedStudio.svelte
@@ -9,10 +9,12 @@
+
+
+
+
+
{title}
-
@@ -36,9 +38,12 @@
width: 600px;
}
- .divider {
- margin-left: calc(-1 * var(--space-7));
- width: calc(100% + (2 * var(--space-7)));
+ .icon-container {
+ color: var(--fgcolor-neutral-primary);
+ }
+ :global(.icon-container svg) {
+ width: 36px;
+ height: 36px;
}
}
diff --git a/src/lib/profiles.ts b/src/lib/profiles.ts
index 84793a095..abe10a3f5 100644
--- a/src/lib/profiles.ts
+++ b/src/lib/profiles.ts
@@ -68,5 +68,5 @@ export const StudioProfile: Profile = {
hasGithubLogin: true,
githubLoginProvider: 'github2',
hasGoogleLogin: true,
- hasAccountLogin: true
+ hasAccountLogin: false
};