const backgroundButtonBorderedActiveMapping = curry<string>({
    Primary: () => theme.colors.backgroundButtonBorderedActive,
    Secondary: () => theme.colors.backgroundButtonBorderedActive,
    Success: () => theme.colors.backgroundButtonBorderedActive,
    Info: () => theme.colors.backgroundButtonBorderedActive,