Skip to content

Commit

Permalink
Fixed Button Base Size issue (MetaMask#5167)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianacnguyen authored Oct 28, 2022
1 parent ae9a465 commit fc246c5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ import Icon, { IconSize } from '../../../../Icon';
import { useStyles } from '../../../../../hooks';

// Internal dependencies.
import { ButtonBaseProps, ButtonSize } from './ButtonBase.types';
import { ButtonBaseProps } from './ButtonBase.types';
import { ButtonSize } from '../../Button.types';
import styleSheet from './ButtonBase.styles';

const ButtonBase = ({
Expand Down

0 comments on commit fc246c5

Please sign in to comment.