diff --git a/input.tsx b/input.tsx index af60523..08b06a9 100644 --- a/input.tsx +++ b/input.tsx @@ -14,7 +14,7 @@ const Input = forwardRef( ( {startIcon && cloneElement(startIcon as ReactElement, { className: cn( - "absolute top-2.5 left-3 size-4 text-muted-foreground peer-focus-visible:text-primary peer-disabled:text-muted", + "absolute top-2.5 left-3 size-4 text-muted-foreground peer-focus-visible:text-primary peer-disabled:opacity-60", startIcon.props.className, ), })} {endIcon && cloneElement(endIcon as ReactElement, { className: cn( - "absolute top-2.5 right-3 size-4 text-muted-foreground peer-focus-visible:text-primary peer-disabled:text-muted", + "absolute top-2.5 right-3 size-4 text-muted-foreground peer-focus-visible:text-primary peer-disabled:opacity-60", endIcon.props.className, ), })} diff --git a/package.json b/package.json index ce5f74a..6355471 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@risc0/ui", - "version": "0.0.121", + "version": "0.0.122", "private": false, "sideEffects": false, "type": "module", @@ -42,9 +42,9 @@ "sonner": "1.5.0", "string-ts": "2.2.0", "tailwind-merge": "2.4.0", - "tailwindcss": "3.4.4", + "tailwindcss": "3.4.6", "tailwindcss-animate": "1.0.7", - "typescript": "5.6.0-dev.20240715", + "typescript": "5.6.0-dev.20240716", "vaul": "0.9.1" }, "devDependencies": {