mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-27 04:46:10 +01:00
13 lines
164 B
JavaScript
13 lines
164 B
JavaScript
|
export const DIAMETERS = {
|
||
|
xs: '16',
|
||
|
sm: '24',
|
||
|
md: '32',
|
||
|
lg: '40',
|
||
|
xl: '48',
|
||
|
};
|
||
|
|
||
|
export const TYPES = {
|
||
|
JAZZICON: 'Jazzicon',
|
||
|
BLOCKIES: 'Blockie',
|
||
|
};
|