Skip to content

Commit

Permalink
fix(rewards table): loader vertical align
Browse files Browse the repository at this point in the history
  • Loading branch information
solidovic committed Aug 7, 2024
1 parent 89adb56 commit f81f892
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export const ContentStyle = styled.div`
display: flex;
height: 100%;
justify-content: center;
align-items: center;
`;

export const LoaderStyle = styled(Loader)`
Expand Down

0 comments on commit f81f892

Please sign in to comment.