This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
Add accessible button components for mobile searchbar #1894
Labels
💻 aspect: code
Concerns the software code in the repository
✨ goal: improvement
Improvement to an existing user-facing feature
🟧 priority: high
Stalls work on the project or its dependents
Problem
The mobile search bar in the new header contains buttons with focus area of 32x32px which need to have tappable area of more than 40x40px to be accessible.
Description
Create a new component for buttons based on the
VIconButton
component that is 48x48px in size, but has a visible focus area of 32x32px to match the designs.Implementation
The text was updated successfully, but these errors were encountered: