mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-21 01:44:09 +01:00
👐 a11y: Misc. Improvements (#3910)
* fix focus for cancel button in convo delete modal window #3829 * add aria-hidden and aria-label to X and Check svg/button respectively and updated OGDialogClose focus color * update rename, newchat, newchat icon, ConvoOptions icon
This commit is contained in:
parent
9ec665dd2c
commit
b9197f90c6
5 changed files with 11 additions and 7 deletions
|
|
@ -8,6 +8,7 @@ export default function NewChatIcon({ className = '' }: { className?: string })
|
|||
fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
className={cn('text-black dark:text-white', className)}
|
||||
aria-hidden={true}
|
||||
>
|
||||
<path
|
||||
fillRule="evenodd"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue