feat(web): components update

This commit is contained in:
zhaoying
2026-03-07 12:18:11 +08:00
parent 4c18f9e858
commit 0b3b241436
44 changed files with 1881 additions and 345 deletions

View File

@@ -107,7 +107,7 @@ const SliderInput: FC<SliderInputProps> = ({
<div className={`rb:w-full ${className}`}>
{/* Optional label */}
{label && (
<div className="rb:text-sm rb:font-medium rb:text-gray-700">
<div className="rb:text-sm rb:font-medium rb:text-[#475467]">
{label}
</div>
)}