Skip to content

Commit

Permalink
CORE-5001: fix loading bar
Browse files Browse the repository at this point in the history
  • Loading branch information
ekachxaidze98 committed Oct 1, 2024
1 parent f8c8baf commit d86cd9e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 1 addition & 4 deletions design-v2/benefits/benefitsForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,7 @@ const BenefitsForm = React.forwardRef(({ onSubmit, setModalActive }, ref) => {
cancel
</Button>
{isLoading ? (
<Spinner
color="primary"
className={styles.repositoriesMapSpinner}
/>
<Spinner color="primary" className={styles.spinLoader} />
) : (
<Button
className={styles.buttonCustom}
Expand Down
8 changes: 8 additions & 0 deletions design-v2/benefits/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,14 @@ $spacer: 1.5rem;
margin-left: 1rem;
}
}

.spin-loader {
width: 28px;
height: 28px;
margin-right: 10px;
border: 0.2em solid currentcolor;
border-right-color: transparent;
}
}

.modal-step-form {
Expand Down

0 comments on commit d86cd9e

Please sign in to comment.