freenowtech / freenowtech/wave
Fix vertical alignment of upload icon in the FilePicker (on mobile)
Open
bug
good first issue
- Dominant language
- TypeScript
- Stars
- 67
- Forks
- 31
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 4
Description
- `@freenow/wave` version: 1.29.0
### Relevant code
Inside FilePicker.tsx
```js
```
### What was expected to happen?
The current setting of `alignItems="stretch"` in the `` is causing the upload icon on mobile screens to not center vertically correctly.

### Solution
Change the value for **alignItems** to `center`
Contributor guide
Assessment
This issue has not been assessed yet.