fix(ui): mfa backup codes dark mode #2323
@@ -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 %>
|
||||
|
||||
Reference in New Issue
Block a user
I think this was a case that we forgot to update our design tokens for, so would prefer to use
bg-surface-insethere.