Action with custom login

How to make full image button on custom login page ?
now svg not resizeable
---
Action::make('digitalLogin')
->label('Digital Login')
->icon(new HtmlString('<img src="/digitalLogin.svg" height="500">'))
->color('second')
->hiddenLabel()
->size(ActionSize::ExtraLarge)
->url(route('digital.login.redirect'))

---
Screenshot_2025-06-25_at_10.19.54.png
Screenshot_2025-06-25_at_10.20.39.png
Was this page helpful?