mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 22:06:25 +00:00
313208cfd4
This fixes the base button in the favorites modal by replacing the legacy `Input` component with StatusQ's `StatusInput` and `StatusButton` components. It also updates the validation mechanism to use the one provided by StatusQ. The `height` of the modal has been adjusted due to its content growing when validation errors are shown. This will go away as soon as we replace `ModalPopup` with `StatusModal`. Fixes #3977