An easy-to-host PDS on the ATProtocol, iPhone and MacOS. Maintain control of your keys and data, always.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(identity-wallet): add .cta CSS rule to +page.svelte — Svelte scopes styles per component

authored by

Malpercio and committed by
Tangled
ae1f9b09 20468459

+13
+13
apps/identity-wallet/src/routes/+page.svelte
··· 327 327 width: 100%; 328 328 } 329 329 330 + .cta { 331 + width: 100%; 332 + max-width: 320px; 333 + padding: 1rem; 334 + background: #007aff; 335 + color: #fff; 336 + border: none; 337 + border-radius: 12px; 338 + font-size: 1.1rem; 339 + font-weight: 600; 340 + cursor: pointer; 341 + } 342 + 330 343 .cta--secondary { 331 344 background: #f3f4f6; 332 345 color: #374151;