website refactor
This commit is contained in:
@@ -28,19 +28,19 @@ export function ActionList({ actions }: ActionListProps) {
|
||||
clickable
|
||||
>
|
||||
<TableCell>
|
||||
<Text font="mono" size="xs" color="text-gray-400">{action.timestamp}</Text>
|
||||
<Text font="mono" size="xs" variant="low">{action.timestamp}</Text>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<Text size="xs" weight="medium" color="text-gray-200">{action.type}</Text>
|
||||
<Text size="xs" weight="medium" variant="med">{action.type}</Text>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<Text size="xs" color="text-gray-400">{action.initiator}</Text>
|
||||
<Text size="xs" variant="low">{action.initiator}</Text>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ActionStatusBadge status={action.status} />
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<Text size="xs" color="text-gray-400">
|
||||
<Text size="xs" variant="low">
|
||||
{action.details}
|
||||
</Text>
|
||||
</TableCell>
|
||||
|
||||
Reference in New Issue
Block a user