[CLAUDE] FE-Admin+FE-User: brand-accent polish x2 app - stripe dinh app + logo zone tint + PageHeader accent bar + thead brand (S58, anh yeu cau trang tri ro hon)
Some checks failed
Deploy SOLUTION_ERP / build-deploy (push) Has been cancelled

This commit is contained in:
pqhuy1987
2026-06-11 14:10:00 +07:00
parent 6e53e334ca
commit ea793a43fa
8 changed files with 40 additions and 18 deletions

View File

@ -82,8 +82,10 @@ export function DataTable<T>({
// Density-first: rounded-lg + crisp border (no decorative shadow).
<div className="overflow-auto rounded-lg border border-slate-200 bg-white">
<table className="w-full text-[12px]">
<thead className="sticky top-0 z-10 bg-slate-50 text-slate-500">
<tr className="border-b border-slate-200">
{/* thead tint brand — đậm nhận diện hơn slate (mirror fe-user S58);
brand-700 semibold uppercase 11px đạt AA trên nền nhạt. */}
<thead className="sticky top-0 z-10 bg-brand-50/60 text-brand-700">
<tr className="border-b border-brand-100">
{columns.map(c => (
<th
key={c.key}