Skip to content

Commit

Permalink
feat: adding typography, loading and divider
Browse files Browse the repository at this point in the history
  • Loading branch information
CristhianF7 committed Feb 18, 2025
1 parent 4888506 commit 99e44f4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/components/Loading/Loading.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import Circle from '@/assets/icons/circle.svg';
const Loading: FunctionComponent<LoadingProps> = ({
className,
theme,
variant,
...delegated
}) => {
const id = useId();
Expand All @@ -20,7 +19,6 @@ const Loading: FunctionComponent<LoadingProps> = ({
className={loadingVariants({
className,
theme: theme ?? themeContext,
variant: variant ?? 'default',
})}
{...delegated}
/>
Expand Down

0 comments on commit 99e44f4

Please sign in to comment.