const backgroundButtonHoverMappings = curry<string>({
    Primary: () => theme.colors.backgroundButtonPrimaryHover,
    Secondary: () => theme.colors.backgroundButtonSecondaryHover,
    Success: () => theme.colors.backgroundButtonSuccessHover,
    Info: () => theme.colors.backgroundButtonInfoHover,