Merged in feat/LOY-233-success-banner-for-dtmc-linking (pull request #2328)

feat(LOY-233): create success banner for successful DTMC linking

* feat(LOY-233): create success banner for successful DTMC linking

* fix(LOY-233): code cleanup

* fix(LOY-233): use new design vars for alert bg colors


Approved-by: Erik Tiekstra
This commit is contained in:
Chuma Mcphoy (We Ahead)
2025-06-11 08:52:28 +00:00
parent b4a05dae0b
commit 144a33fa30
6 changed files with 76 additions and 9 deletions
@@ -39,6 +39,17 @@ export function IconByAlertType({
{...props}
/>
)
case AlertTypeEnum.Success:
return (
<MaterialIcon
icon="check_circle"
color={
variant === "inline" ? "Icon/Inverted" : "Icon/Feedback/Success"
}
isFilled
{...props}
/>
)
case AlertTypeEnum.Info:
default:
return (