mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-18 08:25:30 +01:00
refactor: update DynamicSlider component styles
This commit is contained in:
parent
3d50a4f6f8
commit
7d303b3581
1 changed files with 2 additions and 2 deletions
|
|
@ -104,7 +104,7 @@ function DynamicSlider({
|
|||
className={cn(
|
||||
defaultTextProps,
|
||||
optionText,
|
||||
'reset-rc-number-input reset-rc-number-input-text-right h-auto w-12 border-0 group-hover/temp:border-gray-200',
|
||||
'reset-rc-number-input reset-rc-number-input-text-right h-auto w-12 border-0 group-hover/temp:border-border-light',
|
||||
)}
|
||||
/>
|
||||
) : (
|
||||
|
|
@ -116,7 +116,7 @@ function DynamicSlider({
|
|||
className={cn(
|
||||
defaultTextProps,
|
||||
optionText,
|
||||
'reset-rc-number-input reset-rc-number-input-text-right h-auto w-12 border-0 group-hover/temp:border-gray-200',
|
||||
'reset-rc-number-input reset-rc-number-input-text-right h-auto w-12 border-0 group-hover/temp:border-border-light',
|
||||
)}
|
||||
/>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue