refactor: update DynamicSlider component styles

This commit is contained in:
Danny Avila 2024-09-03 16:40:21 -04:00
parent 3d50a4f6f8
commit 7d303b3581
No known key found for this signature in database
GPG key ID: 2DD9CC89B9B50364

View file

@ -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',
)}
/>
)}