Make qr code visible on light mode

This commit is contained in:
Lance Pioch 2024-06-01 12:49:19 -04:00
parent 9174de2d8c
commit 7762e68a6c

View File

@ -162,7 +162,7 @@ class EditProfile extends \Filament\Pages\Auth\EditProfile
Placeholder::make('qr')
->label('Scan QR Code')
->content(fn () => new HtmlString("
<div style='width: 300px'>$image</div>
<div style='width: 300px; background-color: rgb(24, 24, 27);'>$image</div>
"))
->helperText('Setup Key: '. $secret),
TextInput::make('2facode')