made icons bigger

This commit is contained in:
AmirReza Jamali
2025-09-30 12:53:05 +03:30
parent ae89c45a7e
commit f76a0c976f
@@ -72,7 +72,11 @@ const NotificationHistoryTable = () => {
{item.type}
</TableCell>
<TableCell className="capitalize" colSpan={100}>
{item.seen ? <CheckIcon fill="green"/> : <CrossIcon width={15} fill="red" />}
{item.seen ? (
<CheckIcon fill="green" width={15} height={15} />
) : (
<CrossIcon width={20} fill="red" />
)}
</TableCell>
<TableCell colSpan={100}>
<Status status={item.status}>{item.status}</Status>