diff --git a/VAMobile/src/components/LoadingComponent/LoadingComponent.tsx b/VAMobile/src/components/LoadingComponent/LoadingComponent.tsx index 5866b1546fe..d24a2df0ebb 100644 --- a/VAMobile/src/components/LoadingComponent/LoadingComponent.tsx +++ b/VAMobile/src/components/LoadingComponent/LoadingComponent.tsx @@ -1,6 +1,7 @@ import React, { FC } from 'react' import { ViewStyle } from 'react-native' +import { LoadingIndicator } from '@department-of-veterans-affairs/mobile-component-library' import { colors } from '@department-of-veterans-affairs/mobile-tokens' import LottieView from 'lottie-react-native' @@ -107,12 +108,7 @@ const LoadingComponent: FC = ({ mt={theme.dimensions.contentMarginTop} mb={theme.dimensions.contentMarginBottom} alignItems={'center'}> - {getSpinner()} - - - {text} - - + )}