const borderColorButtonHoverMapping = curry<string>({
    Primary: () => theme.colors.borderColorButtonPrimaryBorderedHover,
    Secondary: () => theme.colors.borderColorButtonSecondaryBorderedHover,
    Success: () => theme.colors.borderColorButtonSuccessBorderedHover,
    Info: () => theme.colors.colorTextButtonInfoBorderedHover,