Skip to content

Commit b798d7b

Browse files
Merge pull request #1969 from Wai-Technologies/users/supriya/bug/notification-ui-issues-and-aligment-issue
Resolved Bug 1930: Notification UI Issues
2 parents 0d7d38d + 46d752d commit b798d7b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

raaghu-elements/src/rds-notification/rds-notification.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ const RdsNotification = (props : RdsNotificationProps) => {
7979
<div className={`notification-body mt-2 ${props.layout === "horizontal" && (props.style === "avatar" || props.style === "icon") ? "ms-5" : ""} `}>
8080
{props.style === "image" && props.layout === "horizontal" && (
8181
<img
82-
src={notification.image || "https://raaghustorageaccount.blob.core.windows.net/raaghu-blob/raaghu-design-system-lightmode.png"}
82+
src={notification.image || "https://raaghustorageaccount.blob.core.windows.net/raaghu-blob/Raaghu%20Logo%20SD.svg"}
8383
alt="Notification"
84-
className={`notification-image img-fluid ${props.layout === "horizontal" ? "me-3" : "h-50 w-100"}`}
85-
height="50px"
86-
width="120px"
84+
className={`notification-image img-fluid ${props.layout === "horizontal" ? "me-2" : "h-50 w-100"}`}
85+
height="70px"
86+
width="70px"
8787
/>
8888
)}
8989
{notification.description}

0 commit comments

Comments
 (0)