Skip to content

Commit

Permalink
FIX -- Replace 'MapDataLoading' component by Map 'LoadingBar'
Browse files Browse the repository at this point in the history
  • Loading branch information
nkokla committed Dec 4, 2024
1 parent ff66247 commit 86f5741
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export const LoadingBar = styled.div<{ $isLoading: boolean }>`
width: 0;
height: var(--loading-bar-size);
background-color: var(--loading-bg-color);
z-index: 1;
transform: translateY(calc(-1 * var(--loading-bar-size)));
opacity: 0;
transition: transform 0.3s ease,
Expand Down

0 comments on commit 86f5741

Please sign in to comment.