const colorMapping = curry<string>({
    Neutral: () => theme.palette.inkNormal,
    Info: () => theme.palette.blueDark,
    Success: () => theme.palette.greenDark,
    Warning: () => theme.palette.orangeDark,