Skip to content

Commit e5f1d81

Browse files
committed
Reduce the size of the pin
1 parent 7323724 commit e5f1d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Filament/Pages/Configure.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ protected function enable2FactorAuthGroupComponent(): Component
242242
->length(config('two-factor.totp.digits'))
243243
->autocomplete(false)
244244
->live()
245-
->extraInputAttributes(['class' => 'text-center', 'style' => 'font-size:3em; letter-spacing:1rem'])
245+
->extraInputAttributes(['class' => 'text-center', 'style' => 'font-size:2.6em; letter-spacing:1rem'])
246246
->afterStateUpdated(function ($state) {
247247
$requiredLength = config('two-factor.totp.digits');
248248
if (strlen($state) == $requiredLength) {

0 commit comments

Comments
 (0)