stlyes fixes
This commit is contained in:
@@ -67,7 +67,7 @@ export function createApprovedPageConfig(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>
|
||||
@@ -81,7 +81,7 @@ export function createApprovedPageConfig(params: {
|
||||
href={row.external_url}
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="text-blue-500 hover:text-blue-600 transition-colors"
|
||||
className="text-brand-500 hover:text-brand-600 transition-colors"
|
||||
title="View on WordPress"
|
||||
>
|
||||
<ArrowRightIcon className="w-4 h-4" />
|
||||
|
||||
Reference in New Issue
Block a user