const backgroundButtonActiveMappings = curry<string>({
    Primary: () => theme.colors.backgroundButtonPrimaryActive,
    Secondary: () => theme.colors.backgroundButtonSecondaryActive,
    Success: () => theme.colors.backgroundButtonSuccessActive,
    Info: () => theme.colors.backgroundButtonInfoActive,