mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 20:39:08 +01:00
10 lines
185 B
JavaScript
10 lines
185 B
JavaScript
|
import { SIZES } from '../../../helpers/constants/design-system';
|
||
|
|
||
|
export const AVATAR_BASE_SIZES = {
|
||
|
XS: SIZES.XS,
|
||
|
SM: SIZES.SM,
|
||
|
MD: SIZES.MD,
|
||
|
LG: SIZES.LG,
|
||
|
XL: SIZES.XL,
|
||
|
};
|