made icons bigger
This commit is contained in:
@@ -72,7 +72,11 @@ const NotificationHistoryTable = () => {
|
|||||||
{item.type}
|
{item.type}
|
||||||
</TableCell>
|
</TableCell>
|
||||||
<TableCell className="capitalize" colSpan={100}>
|
<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>
|
||||||
<TableCell colSpan={100}>
|
<TableCell colSpan={100}>
|
||||||
<Status status={item.status}>{item.status}</Status>
|
<Status status={item.status}>{item.status}</Status>
|
||||||
|
|||||||
Reference in New Issue
Block a user