From 123098d77aeaf5658c77f909bfbb411244e44e9d Mon Sep 17 00:00:00 2001 From: Nidhi Kumari Date: Tue, 21 Feb 2023 18:59:19 +0530 Subject: [PATCH] UX Icon: Replace fa-user (#17809) * updated fa-user * updated color --- .../component-library/avatar-base/avatar-base.stories.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ui/components/component-library/avatar-base/avatar-base.stories.js b/ui/components/component-library/avatar-base/avatar-base.stories.js index 48850d562..a2bfd45ba 100644 --- a/ui/components/component-library/avatar-base/avatar-base.stories.js +++ b/ui/components/component-library/avatar-base/avatar-base.stories.js @@ -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'; @@ -121,10 +123,7 @@ export const Children = (args) => ( backgroundColor={BackgroundColor.infoMuted} borderColor={BorderColor.infoMuted} > - + );