mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 20:39:08 +01:00
8bdf820c70
* button base housekeeping * add pixel size to description * snapshot update
9 lines
173 B
JavaScript
9 lines
173 B
JavaScript
import { SIZES } from '../../../helpers/constants/design-system';
|
|
|
|
export const BUTTON_BASE_SIZES = {
|
|
SM: SIZES.SM,
|
|
MD: SIZES.MD,
|
|
LG: SIZES.LG,
|
|
AUTO: SIZES.AUTO,
|
|
};
|