mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
065c499753
* update ButtonIcon to TS lint updates fix lint issues add ref fix as prop test updates * box and icon updates for support * Update ui/components/component-library/text-field/README.mdx Co-authored-by: George Marshall <george.marshall@consensys.net> * fix disabled * update types for as * update readme * fix storybook * george changes to button icon * revert headerbase * box prop back to HTMLElementTagNameMap --------- Co-authored-by: George Marshall <george.marshall@consensys.net> Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com>
7 lines
137 B
JavaScript
7 lines
137 B
JavaScript
import { Size } from '../../../../helpers/constants/design-system';
|
|
|
|
export const BUTTON_ICON_SIZES = {
|
|
SM: Size.SM,
|
|
LG: Size.LG,
|
|
};
|