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