diff --git a/fe-user/src/components/DataTable.tsx b/fe-user/src/components/DataTable.tsx index d7127eb..4e24fc8 100644 --- a/fe-user/src/components/DataTable.tsx +++ b/fe-user/src/components/DataTable.tsx @@ -79,18 +79,19 @@ export function DataTable({ onRowClick, }: Props) { return ( - // Density-first: rounded-lg + crisp border (no decorative shadow). + // rounded-lg + crisp border (no decorative shadow).
- {/* thead tint brand — đậm nhận diện hơn slate (anh yêu cầu "trang trí - lên 1 tý" 06-11); brand-700 semibold uppercase 11px đạt AA trên nền nhạt. */} - - + {/* 2026-06-16 anh "thead nền màu brand đậm hơn": solid brand gradient + + white uppercase — đậm nhận diện rõ rệt (was pale brand-50/60). White + on brand-600→700 = >7:1 contrast. */} + + {columns.map(c => (
({ {c.sortable && onSortChange ? ( diff --git a/fe-user/src/components/ui/Input.tsx b/fe-user/src/components/ui/Input.tsx index 5cd2fa3..b07a10f 100644 --- a/fe-user/src/components/ui/Input.tsx +++ b/fe-user/src/components/ui/Input.tsx @@ -7,10 +7,11 @@ export const Input = forwardRef(({ className, ...props ) { return (