relagit
main
react_ts
packages/app/src/ui/Notification/index.tsx
packages/app/src/ui/Notification/
index.tsx
@@ -49,7 +49,7 @@ export const Notification = (props: NotificationProps) => {
49
49
<div class="notification" aria-label={props.description} ref={setRef}>
50
50
<div class="notification__content">
51
51
<div classList={{ notification__icon: true, [props.level]: true }}>
52
-
<Icon name={props.icon} variant={24} />
52
+
<Icon name={props.icon} size={24} />
53
53
</div>
54
54
<div class="notification__text">
55
55
<div class="notification__text__header">{props.title}</div>