Skip to content

Commit 7ca1c2d

Browse files
Merge pull request #220 from SantosVilanculos/fix-2fa-qr-code-contrast
fix: 2fa qr code scan on dark color scheme issue
1 parent 3c59b1e commit 7ca1c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/components/TwoFactorSetupModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ watch(
172172
>
173173
<div
174174
v-html="qrCodeSvg"
175-
class="flex aspect-square size-full items-center justify-center"
175+
class="aspect-square w-full justify-center rounded-lg bg-white p-2 [&_svg]:size-full"
176176
/>
177177
</div>
178178
</div>

0 commit comments

Comments
 (0)