You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[IOPLT-968] Add dark mode version to NumberPad component (#425)
> [!note]
> To avoid confusion between light and dark mode, this PR introduces a
breaking change:
> `dark` → `primary`
> `light` → `neutral`
## Short description
This PR adds the dark mode version to the `NumberPad` component
## List of changes proposed in this pull request
- Change `variant` accepted values of the `NumberPad` and `CodeInput`
components
- Add dark mode version to the `NumberButton` component
- Add haptic feedback when the citizen presses the `NumberButton`
### Preview
https://github.com/user-attachments/assets/2005aed5-b4d9-4492-a30c-48b9163d1212
## How to test
1. Launch the example app
2. Go to the **Number Pad** page.
3. Enable/Disable primary background. Enable/Disable dark mode.
0 commit comments