const borderColorButtonMapping = curry<string>({
    Primary: () => theme.colors.borderColorButtonPrimaryBordered,
    Secondary: () => theme.colors.borderColorButtonSecondaryBordered,
    Success: () => theme.colors.borderColorButtonSuccessBordered,
    Info: () => theme.colors.colorTextButtonInfoBordered,