Skip to content

Commit

Permalink
[ES-1166] minor css changes. (#423)
Browse files Browse the repository at this point in the history
Signed-off-by: GurukiranP <[email protected]>
  • Loading branch information
gk-4VII authored Nov 11, 2024
1 parent 817eed7 commit 3f2ff82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const EkycVerificationPageContainer = () => {
<LoadingIndicator
message="please_wait"
msgParam="Loading. Please wait....."
iconClass="fill-[#eb6f2d]"
iconClass="loading-indicator"
divClass="align-loading-center"
/>
) : (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export const KycProviderList = ({
<LoadingIndicator
message="please_wait"
msgParam="Loading. Please wait....."
iconClass="fill-[#eb6f2d]"
iconClass="loading-indicator"
divClass="align-loading-center"
/>
)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export const TermsAndCondition = ({
<LoadingIndicator
message="please_wait"
msgParam="Loading. Please wait....."
iconClass="fill-[#eb6f2d]"
iconClass="loading-indicator"
divClass="align-loading-center"
/>
)}
Expand Down

0 comments on commit 3f2ff82

Please sign in to comment.