diff --git a/src/components/Button/Button-v2.tsx b/src/components/Button/Button-v2.tsx index 681271dfb..2e5ecee7a 100644 --- a/src/components/Button/Button-v2.tsx +++ b/src/components/Button/Button-v2.tsx @@ -2,7 +2,7 @@ import clsx from 'clsx'; import React, { forwardRef } from 'react'; import type { Size } from '../../util/variant-types'; import { IconV2 as Icon, type IconNameV2 as IconName } from '../Icon'; -import LoadingIndicator from '../LoadingIndicator'; +import { LoadingIndicatorV2 as LoadingIndicator } from '../LoadingIndicator'; import styles from './Button-v2.module.css'; @@ -157,7 +157,7 @@ export const Button = forwardRef( )} {isLoading && ( - + )} ); diff --git a/src/components/Button/__snapshots__/Button-v2.test.tsx.snap b/src/components/Button/__snapshots__/Button-v2.test.tsx.snap index c13deceeb..28fcf49ff 100644 --- a/src/components/Button/__snapshots__/Button-v2.test.tsx.snap +++ b/src/components/Button/__snapshots__/Button-v2.test.tsx.snap @@ -306,10 +306,10 @@ exports[`