mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-19 09:50: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
|
|
@ -41,8 +41,8 @@ export default function CheckboxButton({
|
|||
// Base styling from MultiSelect's selectClassName
|
||||
'group relative inline-flex items-center justify-center gap-1.5',
|
||||
'rounded-full border border-border-medium text-sm font-medium',
|
||||
'size-9 p-2 transition-shadow md:w-full md:p-3',
|
||||
'bg-surface-chat shadow-sm hover:bg-surface-hover hover:shadow-md active:shadow-inner',
|
||||
'size-9 p-2 transition-all md:w-full md:p-3',
|
||||
'bg-transparent shadow-sm hover:bg-surface-hover hover:shadow-md active:shadow-inner',
|
||||
|
||||
// Checked state styling
|
||||
isChecked && isCheckedClassName && isCheckedClassName,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue