feat(ui): add ColorPicker component and replace native color input in RoleEditModal

This commit is contained in:
2026-04-22 16:30:41 -04:00
parent 3035d70d59
commit 866da94f06
3 changed files with 160 additions and 14 deletions
+1
View File
@@ -27,3 +27,4 @@ export { default as Breadcrumb } from './Breadcrumb';
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';