freenowtech / freenowtech/wave

Fix vertical alignment of upload icon in the FilePicker (on mobile)

Open
#305 1 comment 0 reactions 0 assignees View on GitHub
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.

Screenshot 2023-03-09 at 11 00 54

### Solution
Change the value for **alignItems** to `center`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.