made icons bigger
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user