1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-09 23:45:21 +02:00

chore: revert background token and restore original style for visual consistency

This commit is contained in:
Guilherme Mena 2025-04-19 18:29:44 -03:00
parent b86dc2328c
commit dc5b159f65
4 changed files with 19 additions and 3 deletions

View file

@ -849,3 +849,19 @@
@apply bg-white;
}
}
@utility bg-divider-adaptive {
@apply bg-black;
@variant theme-dark {
@apply bg-white;
}
}
@utility bg-primary-adaptive {
@apply bg-white;
@variant theme-dark {
@apply bg-black ;
}
}

View file

@ -31,7 +31,7 @@
</div>
<% end %>
<div class="h-px bg-inverse w-12 group-last:hidden"></div>
<div class="h-px bg-divider-adaptive w-12 group-last:hidden"></div>
</li>
<% end %>
</ul>

View file

@ -43,7 +43,7 @@
</div>
<% end %>
<div class="h-px bg-inverse w-12 group-last:hidden"></div>
<div class="h-px bg-divider-adaptive w-12 group-last:hidden"></div>
</li>
<% end %>
</ul>

View file

@ -1,5 +1,5 @@
<%= render "layouts/shared/htmldoc" do %>
<div class="bg-container-inset flex flex-col h-dvh pt-safe">
<div class="bg-primary-adaptive flex flex-col h-dvh pt-safe">
<header class="flex items-center justify-between p-8">
<%= link_to content_for(:previous_path) || root_path do %>
<%= lucide_icon "arrow-left", class: "w-5 h-5 text-secondary" %>