style(ui): replace dark hover bg from neutral-950 to neutral-900 and use RelativeDate component in UsersPage

This commit is contained in:
2026-04-22 17:30:48 -04:00
parent 52443591b2
commit e5df0e102b
7 changed files with 46 additions and 25 deletions
+1
View File
@@ -28,3 +28,4 @@ export { default as Switch } from './Switch';
export { default as TagInput } from './TagInput';
export { default as UserAvatar } from './UserAvatar';
export { default as ColorPicker } from './ColorPicker.client';
export { default as RelativeDate } from './RelativeDate.client';