const heightButtonMapping = curry<string>({
    Small: () => theme.size.heightButtonSmall,
    Medium: () => theme.size.heightButtonNormal,
    Large: () => theme.size.heightButtonLarge,
  });