Skip to content

Commit

Permalink
fix(ui): amount input loading state style
Browse files Browse the repository at this point in the history
  • Loading branch information
theborakompanioni committed Jan 17, 2024
1 parent 24a2976 commit 09b8515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Send/AmountInputField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const AmountInputField = ({

{isLoading ? (
<rb.Placeholder as="div" animation="wave">
<rb.Placeholder xs={12} className={styles.className} />
<rb.Placeholder xs={12} className={className} />
</rb.Placeholder>
) : (
<div className={form.touched[field.name] && !!form.errors[field.name] ? 'is-invalid' : ''}>
Expand Down

0 comments on commit 09b8515

Please sign in to comment.