mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-01 00:28:06 +01:00
7 lines
137 B
JavaScript
7 lines
137 B
JavaScript
|
import { SIZES } from '../../../helpers/constants/design-system';
|
||
|
|
||
|
export const BUTTON_ICON_SIZES = {
|
||
|
SM: SIZES.SM,
|
||
|
LG: SIZES.LG,
|
||
|
};
|