mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-21 17:56:13 +01:00
feat: Refactor UI components for improved styling and accessibility in sharing dialogs
This commit is contained in:
parent
ee33084848
commit
a9b19fa956
11 changed files with 47 additions and 88 deletions
|
|
@ -232,7 +232,7 @@ export default function GrantAccessDialog({
|
|||
onPublicRoleChange={setPublicRole}
|
||||
resourceType={resourceType}
|
||||
/>
|
||||
<div className="flex justify-between border-t pt-4">
|
||||
<div className="flex justify-between pt-4">
|
||||
<div className="flex gap-2">
|
||||
{hasPeoplePickerAccess && (
|
||||
<ManagePermissionsDialog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue