We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1721382 commit de4608fCopy full SHA for de4608f
packages/main/src/components/MessageViewButton/index.tsx
@@ -39,11 +39,11 @@ const getTypes = (type: MessageViewButtonProptypes['type']): Types => {
39
case ValueState.Negative:
40
return { icon: errorIcon, i18nLabel: ERROR_TYPE };
41
case ValueState.Positive:
42
- return { icon: sysEnter2Icon, i18nLabel: WARNING_TYPE };
+ return { icon: sysEnter2Icon, i18nLabel: SUCCESS_TYPE };
43
case ValueState.Critical:
44
- return { icon: alertIcon, i18nLabel: INFORMATION_TYPE };
+ return { icon: alertIcon, i18nLabel: WARNING_TYPE };
45
default:
46
- return { icon: informationIcon, i18nLabel: SUCCESS_TYPE };
+ return { icon: informationIcon, i18nLabel: INFORMATION_TYPE };
47
}
48
};
49
0 commit comments