mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-25 11:28:51 +01:00
91df7122f2
* 15089: add button link component
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,
|
|
};
|