-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(IT Wallet): [SIW-580] Update loading screen typography #5144
chore(IT Wallet): [SIW-580] Update loading screen typography #5144
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## bundle/it-wallet #5144 +/- ##
====================================================
- Coverage 46.42% 45.93% -0.49%
====================================================
Files 1583 1611 +28
Lines 32906 33138 +232
Branches 8305 8303 -2
====================================================
- Hits 15275 15223 -52
- Misses 17568 17859 +291
+ Partials 63 56 -7
... and 90 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
## Short description This PR updates the typography in the `ItwLoadingSpinnerOverlay.tsx` according to the FIGMA. | Before | After | |--------|--------| | <img src="https://github.com/pagopa/io-app/assets/12371664/8f1df6c5-d285-44be-8b5a-d05f08fcc1f9" height="400"> | <img src="https://github.com/pagopa/io-app/assets/12371664/815680ef-47bb-4890-be7a-cabd23398aa6" height="400"> | ## List of changes proposed in this pull request - Replaces `H2` with `H3`; - Replaces `H4` with `body`. ## How to test Check if the new style is properly applied in loading screens of any ITW related flow. Co-authored-by: Mario Perrotta <mario.perrotta@pagopa.it>
Short description
This PR updates the typography in the
ItwLoadingSpinnerOverlay.tsx
according to the FIGMA.List of changes proposed in this pull request
H2
withH3
;H4
withbody
.How to test
Check if the new style is properly applied in loading screens of any ITW related flow.