chore: increase modal width to Large in ChangePasswordAction

This commit is contained in:
Yoga Pangestu 2026-03-30 13:55:31 +07:00
parent 389c49d6c2
commit 9745734ac9

View File

@ -18,7 +18,7 @@ protected function setUp(): void
$this->label('Ganti Kata Sandi')
->color('info')
->icon('heroicon-o-key')
->modalWidth(Width::Medium)
->modalWidth(Width::Large)
->schema([
TextInput::make('password')
->label('Kata Sandi Baru')