fix(ui): mfa backup codes dark mode #2323

Merged
tonytkachenko merged 2 commits from fix-dark-mfa-page into main 2025-06-09 22:19:09 +08:00
tonytkachenko commented 2025-06-01 10:34:57 +08:00 (Migrated from github.com)

This PR updates the styling of the backup MFA codes block to support dark mode.

This PR updates the styling of the backup MFA codes block to support dark mode.
zachgoll (Migrated from github.com) reviewed 2025-06-09 22:05:25 +08:00
@@ -13,7 +13,7 @@
<div class="space-y-6">
zachgoll (Migrated from github.com) commented 2025-06-09 22:05:18 +08:00
          <div class="p-3 bg-surface-inset rounded-lg font-mono text-lg">

I think this was a case that we forgot to update our design tokens for, so would prefer to use bg-surface-inset here.

```suggestion <div class="p-3 bg-surface-inset rounded-lg font-mono text-lg"> ``` I think this was a case that we forgot to update our design tokens for, so would prefer to use `bg-surface-inset` here.
Sign in to join this conversation.