Skip to content

Commit

Permalink
adjust spinner size, clean redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaghettiOverload committed Jun 19, 2023
1 parent f4497cb commit afef9dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export const generalStyles = {
background: COLORS.STEEL_GRAY[100]
},
spinner: {
marginTop: '45vh',
marginTop: '40vh',
display: 'flex',
alignSelf: 'center',
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,10 @@ const InitialLoading = () => {
<ClipLoader
color={COLORS.LIGHT_BLUE[90]}
loading={true}
size={45}
size={35}
aria-label="Loading Spinner"
data-testid="loader"
/>
{/* <GradientText
text={'loading'.toUpperCase()}
fontFamily='CudosBit'
startColor={'rgba(252, 247, 109, 1)'}
endColor={'rgba(255, 253, 202, 1)'}
/> */}
</Box>
)
}
Expand Down

0 comments on commit afef9dc

Please sign in to comment.