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