refactor: update ChangePasswordAction styling by changing button color to info and adding key icon for improved user experience
This commit is contained in:
parent
7df0d7cdd7
commit
2e2fc2cc20
@ -16,7 +16,8 @@ protected function setUp(): void
|
||||
parent::setUp();
|
||||
|
||||
$this->label('Ganti Kata Sandi')
|
||||
->color('warning')
|
||||
->color('info')
|
||||
->icon('heroicon-o-key')
|
||||
->modalWidth(Width::Medium)
|
||||
->schema([
|
||||
TextInput::make('password')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user