style(ui): replace dark hover bg from neutral-950 to neutral-900 and use RelativeDate component in UsersPage
This commit is contained in:
@@ -60,7 +60,7 @@ const Table = ({
|
||||
);
|
||||
|
||||
const SkeletonRow = () => (
|
||||
<tr className="hover:bg-neutral-100 dark:hover:bg-neutral-950 transition-colors">
|
||||
<tr className="hover:bg-neutral-100 dark:hover:bg-neutral-900 transition-colors">
|
||||
{columns.map((column, index) => (
|
||||
<td key={index} className={`${sizeClasses.cell} ${column.noWrap !== false ? '' : 'whitespace-nowrap'}`}>
|
||||
{column.skeleton ? (
|
||||
|
||||
Reference in New Issue
Block a user