Skip to content

Commit 0ab1526

Browse files
chore: match livewire-starter-kit rounded corners and padding
1 parent c879efd commit 0ab1526

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
@@ -171,7 +171,7 @@ watch(
171171
>
172172
<div
173173
v-html="qrCodeSvg"
174-
class="aspect-square w-full justify-center bg-white p-2 [&_svg]:size-full"
174+
class="aspect-square w-full justify-center rounded bg-white p-3 [&_svg]:size-full"
175175
/>
176176
</div>
177177
</div>

0 commit comments

Comments
 (0)