Skip to content

Commit

Permalink
fix: barrel rolls on loader (binary-com#7672)
Browse files Browse the repository at this point in the history
Co-authored-by: Jim Daniels Wasswa <104334373+jim-deriv@users.noreply.github.com>
  • Loading branch information
2 people authored and mahdiyeh-deriv committed Mar 2, 2023
1 parent 086b3d6 commit 5b67070
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/appstore/src/components/main-title-bar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const MainTitleBar = () => {
</Tabs>
</>
) : (
<div className='main-title-bar-mobile--regulator__container loader'>
<div className='main-title-bar-mobile--regulator__container content-loader'>
<RegulationsSwitcherLoader />
</div>
)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
justify-content: flex-end;
width: 14rem;

&__container.loader {
&__container.content-loader {
width: 100%;
height: 100%;
padding: 0;
Expand Down

0 comments on commit 5b67070

Please sign in to comment.