mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 17:00:15 +01:00
⌨️ a11y: enhance accessibility & visual consistency (#6866)
* a11y: TemporaryChat label * style: ChatForm badges update
This commit is contained in:
parent
d0332c6e07
commit
77a21719fd
3 changed files with 4 additions and 3 deletions
|
|
@ -43,6 +43,7 @@ export function TemporaryChat() {
|
|||
render={
|
||||
<motion.button
|
||||
onClick={handleBadgeToggle}
|
||||
aria-label={localize(temporaryBadge.label)}
|
||||
className={cn(
|
||||
'inline-flex size-10 flex-shrink-0 items-center justify-center rounded-lg border border-border-light text-text-primary transition-all ease-in-out hover:bg-surface-tertiary',
|
||||
isTemporary
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue