mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-25 20:02:58 +01:00
9 lines
173 B
JavaScript
9 lines
173 B
JavaScript
|
import { SIZES } from '../../../helpers/constants/design-system';
|
||
|
|
||
|
export const BUTTON_LINK_SIZES = {
|
||
|
SM: SIZES.SM,
|
||
|
MD: SIZES.MD,
|
||
|
LG: SIZES.LG,
|
||
|
AUTO: SIZES.AUTO,
|
||
|
};
|