1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-05 13:35:21 +02:00

Maybe Design System Updates (#1856)

* Add geist font

* Design system css file

* Add cursor ui/ux rules

* Add shadows and shadow borders

* Replace primitives with tokens for common text and backgrounds

* Organize css

* Update switch and checkbox class names

* Add back global color variables
This commit is contained in:
Zach Gollwitzer 2025-02-13 11:31:07 -05:00 committed by GitHub
parent c0e290a07e
commit 849c58dd3e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
193 changed files with 1356 additions and 1073 deletions

View file

@ -8,7 +8,7 @@
<% end %>
<div class="space-y-4">
<h1 class="text-gray-900 text-xl font-medium mb-4"><%= t(".page_title") %></h1>
<h1 class="text-primary text-xl font-medium mb-4"><%= t(".page_title") %></h1>
<%= settings_section title: t(".backup_codes_title"), subtitle: t(".backup_codes_description") do %>
<div class="space-y-6">
<div class="grid grid-cols-2 gap-4">
@ -26,4 +26,5 @@
<% end %>
<%= settings_nav_footer %>
</div>
</div>

View file

@ -8,7 +8,7 @@
<% end %>
<div class="space-y-4">
<h1 class="text-gray-900 text-xl font-medium mb-4"><%= t(".page_title") %></h1>
<h1 class="text-primary text-xl font-medium mb-4"><%= t(".page_title") %></h1>
<%= settings_section title: t(".scan_title"), subtitle: t(".scan_description") do %>
<div class="space-y-6">
<div>
@ -16,8 +16,8 @@
</div>
<div class="mt-6">
<h3 class="text-sm font-medium text-gray-900"><%= t(".secret_title") %></h3>
<div class="mt-2 text-sm text-gray-500">
<h3 class="text-sm font-medium text-primary"><%= t(".secret_title") %></h3>
<div class="mt-2 text-sm text-secondary">
<p><%= t(".secret_description") %></p>
</div>
<div class="mt-2 flex items-center gap-2" data-controller="clipboard">
@ -27,7 +27,7 @@
autocomplete="off"
value="<%= Current.user.otp_secret %>"
class="text-sm bg-gray-50 px-2 py-1 rounded border border-gray-200 w-96 font-mono">
<button data-action="clipboard#copy" class="text-gray-500 hover:text-gray-700">
<button data-action="clipboard#copy" class="text-secondary hover:text-gray-700">
<span data-clipboard-target="iconDefault">
<%= lucide_icon "copy", class: "w-5 h-5" %>
</span>
@ -39,8 +39,8 @@
</div>
<div>
<h3 class="text-lg font-medium leading-6 text-gray-900"><%= t(".verify_title") %></h3>
<div class="mt-2 text-sm text-gray-500">
<h3 class="text-lg font-medium leading-6 text-primary"><%= t(".verify_title") %></h3>
<div class="mt-2 text-sm text-secondary">
<p><%= t(".verify_description") %></p>
</div>
</div>