There was an error while loading. Please reload this page.
1 parent 78f9fd3 commit 5f3b383Copy full SHA for 5f3b383
1 file changed
packages/ui/src/Message/index.tsx
@@ -20,10 +20,10 @@ const Message = ({
20
const [showMessage, setShowMessage] = useState(true);
21
22
const defaultSeverityIcons = {
23
+ danger: "pi pi-exclamation-triangle",
24
info: "pi pi-info-circle",
25
success: "pi pi-check-circle",
26
warning: "pi pi-exclamation-triangle",
- danger: "pi pi-times-circle",
27
};
28
29
const handleClose = () => {
0 commit comments