mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-19 05:09:38 +02:00
fix(ui): mfa backup codes dark mode (#2323)
* fix(ui): mfa backup codes dark mode * Update app/views/mfa/backup_codes.html.erb Signed-off-by: Zach Gollwitzer <zach.gollwitzer@gmail.com> --------- Signed-off-by: Zach Gollwitzer <zach.gollwitzer@gmail.com> Co-authored-by: Zach Gollwitzer <zach.gollwitzer@gmail.com>
This commit is contained in:
parent
1d2e7fcae0
commit
0063921de9
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
<div class="space-y-6">
|
||||
<div class="grid grid-cols-2 gap-4">
|
||||
<% @backup_codes.each do |code| %>
|
||||
<div class="p-3 bg-gray-100 rounded-lg font-mono text-lg">
|
||||
<div class="p-3 bg-surface-inset rounded-lg font-mono text-lg">
|
||||
<%= code %>
|
||||
</div>
|
||||
<% end %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue