-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Firma con IO): [SFEQS-2123] Loading spinner not following DS togg…
…le (#5545) ## Short description This PR addresses an issue caused by a wrong component, which results in the FCI loading spinner failing to change color appropriately to the toggle of the new design system. ## List of changes proposed in this pull request - Replace `LoadingSpinner` with `LoadingIndicator`, a wrapper around `LoadingSpinner` which checks the design system flag and applies the color accordingly. ## How to test Check for any loading screen. This can be easily forced by replacing this section in the `FciRouterScreen` and then by opening a new FCI message: ```javascript return pot.fold( fciSignatureRequest, () => <LoadingView />, () => <LoadingView />, () => <LoadingView />, () => <LoadingView />, b => <LoadingView />, () => <LoadingView />, () => <LoadingView />, () => renderErrorComponent() ); ``` --------- Co-authored-by: Mario Perrotta <[email protected]>
- Loading branch information
1 parent
c00a468
commit e81edac
Showing
2 changed files
with
25 additions
and
28 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