From c0fe3aaca136b9ce1855c09fc7d597fe030834cc Mon Sep 17 00:00:00 2001 From: zain94rif Date: Tue, 13 Jan 2026 17:04:50 +0700 Subject: [PATCH] fix(icon): change size & color icon svg --- .../notification/component/ListNotification.jsx | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/pages/notification/component/ListNotification.jsx b/src/pages/notification/component/ListNotification.jsx index fc1b647..4758135 100644 --- a/src/pages/notification/component/ListNotification.jsx +++ b/src/pages/notification/component/ListNotification.jsx @@ -48,8 +48,14 @@ import { } from '../../../api/notification'; const { Text, Paragraph, Link: AntdLink } = Typography; -const openMail = ( - +const OpenMail = ({ size = 22, color = 'black' }) => ( + ); @@ -411,7 +417,7 @@ const ListNotification = memo(function ListNotification(props) { }} > {notification.type === 'resolved' ? ( - openMail + ) : ( )}