Skip to content

Commit

Permalink
updated fa-user
Browse files Browse the repository at this point in the history
  • Loading branch information
NidhiKJha committed Feb 17, 2023
1 parent 962a861 commit 138c2e2
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ import {
TextColor,
BackgroundColor,
BorderColor,
Color,
} from '../../../helpers/constants/design-system';

import Box from '../../ui/box/box';

import { Icon, ICON_NAMES } from '../icon';
import README from './README.mdx';
import { AvatarBase } from './avatar-base';
import { AVATAR_BASE_SIZES } from './avatar-base.constants';
Expand Down Expand Up @@ -121,10 +123,7 @@ export const Children = (args) => (
backgroundColor={BackgroundColor.infoMuted}
borderColor={BorderColor.infoMuted}
>
<i
className="fa fa-user"
style={{ color: 'var(--color-info-default)' }}
/>
<Icon name={ICON_NAMES.USER} color={Color.iconDefault} />
</AvatarBase>
</Box>
);
Expand Down

0 comments on commit 138c2e2

Please sign in to comment.