mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-30 08:09:15 +01:00
6e900fb0e3
* housekeeping for avatar favicon * added test for custom className * fixed lint errors * updated avatar favicon in tag url * updated import * updated readme and fixed label * updated tag url snapshot * updated snapshot for favicon
10 lines
188 B
JavaScript
10 lines
188 B
JavaScript
import { SIZES } from '../../../helpers/constants/design-system';
|
|
|
|
export const AVATAR_FAVICON_SIZES = {
|
|
XS: SIZES.XS,
|
|
SM: SIZES.SM,
|
|
MD: SIZES.MD,
|
|
LG: SIZES.LG,
|
|
XL: SIZES.XL,
|
|
};
|