-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: [IOAPPX-462] Fix flickering behaviour in the search screens (Mes…
…sages, Services) on iOS (#6603) > [!caution] > This PR depends on: > * #6561 ## Short description This PR fixes the flickering behaviour in the `SearchInput` on iOS, when bolder text is enabled. ## List of changes proposed in this pull request - Update `io-app-design-system` to `4.4.6` ### Preview The visual issue before the fix: https://github.com/user-attachments/assets/27b5458c-0705-4ac8-93e6-2863251c9287 ### Related PR * pagopa/io-app-design-system#379 ## How to test 1. Launch the app 2. Enable bolder text on iOS 3. Search for something in messages or services --------- Co-authored-by: Emanuele Dall'Ara <71103219+LeleDallas@users.noreply.github.com>
- Loading branch information
1 parent
dad76de
commit 24129e7
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
import { | ||
Badge, | ||
Divider, | ||
H6, | ||
H4, | ||
H6, | ||
Icon, | ||
ListItemAction, | ||
ListItemHeader, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters