mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-18 20:59:39 +02:00
Fix dark mode welcome screen for self-hosting (#2225)
This commit is contained in:
parent
ea1b6f2bd8
commit
42207e487e
1 changed files with 3 additions and 3 deletions
|
@ -3,9 +3,9 @@
|
|||
%>
|
||||
|
||||
<% if self_hosted_first_login? %>
|
||||
<div class="fixed inset-0 w-full h-fit bg-gray-25 p-5 border-b border-secondary flex flex-col gap-3 items-center text-center mb-12">
|
||||
<h2 class="font-bold text-xl"><%= t(".welcome_title") %></h2>
|
||||
<p class="text-secondary text-sm"><%= t(".welcome_body") %></p>
|
||||
<div class="fixed inset-0 w-full h-fit bg-container p-5 border-b border-secondary flex flex-col gap-3 items-center text-center mb-12">
|
||||
<h2 class="font-bold text-primary text-xl"><%= t(".welcome_title") %></h2>
|
||||
<p class="text-secondary text-secondary text-sm"><%= t(".welcome_body") %></p>
|
||||
</div>
|
||||
<% elsif @invitation %>
|
||||
<div class="space-y-1 mb-6 text-center">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue