Skip to content

Commit

Permalink
chore: update icon, closes #4166
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-watters committed Nov 3, 2023
1 parent eb69ae9 commit b1e934e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/components/error-label.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { FiAlertCircle } from 'react-icons/fi';

import { css } from 'leather-styles/css';
import { HStack, HstackProps } from 'leather-styles/jsx';

import { AlertIcon } from './icons/alert-icon';

export function ErrorLabel({ children, ...rest }: HstackProps) {
return (
<HStack
Expand All @@ -19,7 +19,7 @@ export function ErrorLabel({ children, ...rest }: HstackProps) {
},
})}
>
<FiAlertCircle size="1rem" />
<AlertIcon />
{children}
</HStack>
);
Expand Down

0 comments on commit b1e934e

Please sign in to comment.