mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 20:14:08 +00:00
* fix: improve dark mode readability across the app * fix: improve dark mode support for asset percentage text * fix: apply suggested patch for theme-related improvements * chore: apply PR feedback – remove dark:, align with design tokens, update form builder * chore: revert background token and restore original style for visual consistency * chore: remove unnecessary class attributes from form fields using builder * refactor: move number_field and date_field into metaprogramming block * refactor: replace bg-divider-adaptive divs with <hr> and border-secondary * fix: apply requested changes and linting fixes
12 lines
533 B
Plaintext
12 lines
533 B
Plaintext
<div class="bg-surface">
|
|
<div class="h-screen flex flex-col items-center py-6">
|
|
<div class="grow flex justify-center items-center flex-col max-w-sm w-full text-center">
|
|
<%= image_tag "logo-color.png", class: "w-16 mb-6" %>
|
|
<%= tag.h1 t(".title"), class: "text-3xl font-medium mb-2" %>
|
|
<%= tag.p t(".message"), class: "text-sm text-secondary mb-6" %>
|
|
|
|
<%= link_to t(".setup"), profile_onboarding_path, class: "block flex justify-center items-center btn btn--primary w-full" %>
|
|
</div>
|
|
</div>
|
|
</div>
|