mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-24 19:26:14 +01:00
feat: Enhance styling in SelectedPrincipalsList and SearchPicker components for improved UI consistency
This commit is contained in:
parent
2eb94c56a3
commit
32ba49822c
3 changed files with 8 additions and 9 deletions
|
|
@ -276,7 +276,7 @@ export default function GenericGrantAccessDialog({
|
|||
{/* Search Bar with Default Permission Setting */}
|
||||
{hasPeoplePickerAccess && (
|
||||
<div className="space-y-2">
|
||||
<h4 className="flex items-center gap-2 text-sm font-medium text-text-primary">
|
||||
<h4 className="mb-2 flex items-center gap-2 text-sm font-medium text-text-primary">
|
||||
<UserCheck className="h-4 w-4" />
|
||||
{localize('com_ui_user_group_permissions')} ( {allShares.length} )
|
||||
</h4>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue