import { primitives } from '../../../theme';

export const buttonSizes = {
  sm: {
    height: 32,
    width: 32,
  },
  md: {
    height: 40,
    width: 40,
  },
  lg: {
    height: 48,
    width: 48,
  },
};

export const buttonPadding = {
  sm: primitives.spacingSm,
  md: primitives.spacingMd,
  lg: primitives.spacingLg,
};
