mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-03-01 22:00:18 +01:00
feat: Refactor UI components for improved styling and accessibility in sharing dialogs
This commit is contained in:
parent
a0b63af1e8
commit
87481d44a9
11 changed files with 47 additions and 88 deletions
|
|
@ -23,7 +23,7 @@ export default function PublicSharingToggle({
|
|||
|
||||
return (
|
||||
<div className="space-y-4">
|
||||
<div className="flex items-center justify-between rounded-lg border p-4">
|
||||
<div className="flex items-center justify-between">
|
||||
<div className="flex items-start gap-3">
|
||||
<Globe className="mt-0.5 h-5 w-5 text-blue-500" />
|
||||
<div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue