Refine domain table name cell styling
This commit is contained in:
@@ -547,7 +547,7 @@ export function DashboardControls({
|
||||
) : (
|
||||
filteredDomains.map((domain) => (
|
||||
<tr key={domain.id} className="border-b border-slate-100">
|
||||
<td className="px-2 py-2 font-medium text-slate-900">
|
||||
<td className="font-medium text-slate-900">
|
||||
{domain.domain_name}
|
||||
</td>
|
||||
<td className="px-2 py-2">
|
||||
|
||||
Reference in New Issue
Block a user