update: change color to black on action icon
This commit is contained in:
parent
fe6fe48d7e
commit
19a1e3b604
|
|
@ -66,21 +66,21 @@ export default function AspectPage() {
|
|||
label: "Detail",
|
||||
permission: true,
|
||||
action: `?detail=${props.row.original.id}`,
|
||||
color: "green",
|
||||
color: "black",
|
||||
icon: <TbEye />,
|
||||
},
|
||||
{
|
||||
label: "Edit",
|
||||
permission: true,
|
||||
action: `?edit=${props.row.original.id}`,
|
||||
color: "orange",
|
||||
color: "black",
|
||||
icon: <TbPencil />,
|
||||
},
|
||||
{
|
||||
label: "Hapus",
|
||||
permission: true,
|
||||
action: `?delete=${props.row.original.id}`,
|
||||
color: "red",
|
||||
color: "black",
|
||||
icon: <TbTrash />,
|
||||
},
|
||||
])}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user