Skip to content

Commit

Permalink
fix QR code scanning in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
netroy committed Nov 6, 2023
1 parent 936a867 commit 599bcbe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 8 additions & 0 deletions packages/editor-ui/src/components/MfaSetupModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,14 @@ export default defineComponent({
padding-bottom: var(--spacing-xl);
}
.qrContainer {
text-align: center;
canvas {
border: 4px solid var(--prim-gray-10);
}
}
.headerContainer {
text-align: center;
}
Expand Down
8 changes: 0 additions & 8 deletions packages/editor-ui/src/views/MfaView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -219,18 +219,10 @@ body {
justify-content: center;
}
.textContainer {
text-align: center;
}
.formContainer {
padding-bottom: var(--spacing-xl);
}
.qrContainer {
text-align: center;
}
.headerContainer {
text-align: center;
margin-bottom: var(--spacing-xl);
Expand Down

0 comments on commit 599bcbe

Please sign in to comment.