const borderColorButtonActiveMapping = curry<string>({
    Primary: () => theme.colors.borderColorButtonPrimaryBorderedActive,
    Secondary: () => theme.colors.borderColorButtonSecondaryBorderedActive,
    Success: () => theme.colors.borderColorButtonSuccessBorderedActive,
    Info: () => theme.colors.colorTextButtonInfoBorderedActive,