stlyes fixes
This commit is contained in:
@@ -67,7 +67,7 @@ export function createReviewPageConfig(params: {
|
||||
{params.onRowClick ? (
|
||||
<button
|
||||
onClick={() => params.onRowClick!(row)}
|
||||
className="text-base font-light text-blue-500 hover:text-blue-600 hover:underline text-left transition-colors"
|
||||
className="text-base font-light text-brand-500 hover:text-brand-600 hover:underline text-left transition-colors"
|
||||
>
|
||||
{value || `Content #${row.id}`}
|
||||
</button>
|
||||
@@ -202,7 +202,7 @@ export function createReviewPageConfig(params: {
|
||||
<span className="text-[11px] font-normal">{label}</span>
|
||||
</Badge>
|
||||
{row.external_id && (
|
||||
<CheckCircleIcon className="w-3.5 h-3.5 text-green-500" title="Published to WordPress" />
|
||||
<CheckCircleIcon className="w-3.5 h-3.5 text-success-500" title="Published to WordPress" />
|
||||
)}
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user