mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
parent
3bb36e8142
commit
123098d77a
@ -5,10 +5,12 @@ import {
|
|||||||
TextColor,
|
TextColor,
|
||||||
BackgroundColor,
|
BackgroundColor,
|
||||||
BorderColor,
|
BorderColor,
|
||||||
|
Color,
|
||||||
} from '../../../helpers/constants/design-system';
|
} from '../../../helpers/constants/design-system';
|
||||||
|
|
||||||
import Box from '../../ui/box/box';
|
import Box from '../../ui/box/box';
|
||||||
|
|
||||||
|
import { Icon, ICON_NAMES } from '../icon';
|
||||||
import README from './README.mdx';
|
import README from './README.mdx';
|
||||||
import { AvatarBase } from './avatar-base';
|
import { AvatarBase } from './avatar-base';
|
||||||
import { AVATAR_BASE_SIZES } from './avatar-base.constants';
|
import { AVATAR_BASE_SIZES } from './avatar-base.constants';
|
||||||
@ -121,10 +123,7 @@ export const Children = (args) => (
|
|||||||
backgroundColor={BackgroundColor.infoMuted}
|
backgroundColor={BackgroundColor.infoMuted}
|
||||||
borderColor={BorderColor.infoMuted}
|
borderColor={BorderColor.infoMuted}
|
||||||
>
|
>
|
||||||
<i
|
<Icon name={ICON_NAMES.USER} color={Color.infoDefault} />
|
||||||
className="fa fa-user"
|
|
||||||
style={{ color: 'var(--color-info-default)' }}
|
|
||||||
/>
|
|
||||||
</AvatarBase>
|
</AvatarBase>
|
||||||
</Box>
|
</Box>
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user