mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-02 06:07:06 +01:00
4fcbaae32f
* added housekeeping for avatar network * fixed alt * updated story in Readme * fixed indentation and added network src * updated SIZES for avatar network * updated snapshot * updated docs and props * updated name of avatar * removed comments * updated avatar network component * updated readme * updated story for badge * added constants to the root
10 lines
188 B
JavaScript
10 lines
188 B
JavaScript
import { SIZES } from '../../../helpers/constants/design-system';
|
|
|
|
export const AVATAR_NETWORK_SIZES = {
|
|
XS: SIZES.XS,
|
|
SM: SIZES.SM,
|
|
MD: SIZES.MD,
|
|
LG: SIZES.LG,
|
|
XL: SIZES.XL,
|
|
};
|