mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-21 02:40:14 +01:00
🛠️ fix: enhance UI/UX and address a11y issues in SetKeyDialog (#5672)
* ✨ refactor: Improve UI consistency and accessibility in SetKeyDialog components * 🎨 style: Add cursor pointer to Slider component for better UX * 🐛 chore: Remove unnecessary console log from SetKeyDialog component
This commit is contained in:
parent
73fe0835cf
commit
5f9543f6fc
7 changed files with 25 additions and 40 deletions
|
|
@ -28,9 +28,9 @@ const GoogleConfig = ({ userKey, setUserKey }: Pick<TConfigProps, 'userKey' | 's
|
|||
<Label htmlFor={AuthKeys.GOOGLE_SERVICE_KEY} className="text-left text-sm font-medium">
|
||||
{localize('com_endpoint_config_google_service_key')}
|
||||
</Label>
|
||||
<div className="mx-1 text-left text-sm text-gray-700 dark:text-gray-400">
|
||||
<Label className="mx-1 text-right text-sm text-text-secondary">
|
||||
{localize('com_endpoint_config_google_cloud_platform')}
|
||||
</div>
|
||||
</Label>
|
||||
<br />
|
||||
</div>
|
||||
<FileUpload
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue