Skip to content

Commit

Permalink
Merge pull request #852 from illacloud/beta
Browse files Browse the repository at this point in the history
fix: πŸ› update notification style
  • Loading branch information
AruSeito authored Jan 11, 2024
2 parents 7d1dac5 + bfc2981 commit f17c46c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/notification/src/notification.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export const Notification = forwardRef<HTMLDivElement, NotificationProps>(
<WarningCircleIcon
fs="16px"
mt="2px"
c={getColor("red", "03")}
c={getColor("orange", "03")}
/>
)
case "normal":
Expand Down Expand Up @@ -133,7 +133,7 @@ export const Notification = forwardRef<HTMLDivElement, NotificationProps>(
}}
>
<div css={applyContentWrapperStyle}>
{normalIcon}
<div className="icon-container">{normalIcon}</div>
<div css={applyContentStyle(showIcon)}>
{title && <div css={applyNotificationTitle}>{title}</div>}
{content && (
Expand Down

0 comments on commit f17c46c

Please sign in to comment.