Skip to content

Commit

Permalink
fix: price protect loading animation jumping
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveVodrazka committed Oct 8, 2024
1 parent dbb478f commit acfc49d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/PriceGuard/PriceGuard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -423,8 +423,8 @@ export const PriceGuard = () => {
<span className={styles.title}>Final coverage price</span>
<span className={styles.finalprice}>
{priceLoading || price === undefined ? (
<div style={{ height: "46.78px" }}>
<LoadingAnimation size={20} />
<div>
<LoadingAnimation size={28.8} />
</div>
) : (
<div>
Expand Down

0 comments on commit acfc49d

Please sign in to comment.