Skip to content

Commit 65bb666

Browse files
committed
fix: pictique login screen
1 parent 80fe82b commit 65bb666

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

platforms/pictique/src/routes/(auth)/auth/+page.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,15 @@
8181
{#if isMobileDevice()}
8282
Login with your <a href={getAppStoreLink()}><b><u>eID Wallet</u></b></a>
8383
{:else}
84-
Scan the QR code using your <b><u>eID App</u></b> to login
84+
Scan the QR code using your <b><u class="text-sm">eID App</u></b> to login
8585
{/if}
8686
</h2>
8787
{#if qrData}
8888
{#if isMobileDevice()}
8989
<div class="flex flex-col items-center gap-4">
9090
<a
9191
href={getDeepLinkUrl(qrData)}
92-
class="rounded-xl bg-gradient-to-r from-[#4D44EF] via-[#F35B5B] to-[#F7A428] px-8 py-4 text-lg font-semibold text-white transition-opacity hover:opacity-90"
92+
class="rounded-xl bg-gradient-to-r from-[#4D44EF] via-[#F35B5B] to-[#F7A428] px-8 py-4 text-base font-semibold text-white transition-opacity hover:opacity-90"
9393
>
9494
Login with eID Wallet
9595
</a>
@@ -134,7 +134,7 @@
134134
>
135135
</p>
136136

137-
<p class="w-full rounded-md bg-white/60 p-4 text-sm leading-4 text-black/60">
137+
<p class="w-full rounded-md bg-white/60 p-4 text-center text-xs leading-4 text-black/40">
138138
You are entering Pictique - a social network built on the Web 3.0 Data Space (W3DS)
139139
architecture. This system is designed around the principle of data-platform separation,
140140
where all your personal content is stored in your own sovereign eVault, not on

0 commit comments

Comments
 (0)