Skip to content

Commit 5f599fd

Browse files
fix input boxshadow
1 parent f4f889e commit 5f599fd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

www/src/components/ui/input.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const Input = React.forwardRef<HTMLInputElement, React.ComponentProps<"input">>(
88
<input
99
type={type}
1010
className={cn(
11-
"flex h-9 w-full rounded-md border border-input bg-transparent px-3 py-1 text-base shadow-sm transition-colors file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring md:text-sm",
11+
"flex h-9 w-full rounded-md border border-input bg-transparent px-3 py-1 text-base shadow-sm transition-colors file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-ring md:text-sm",
1212
className
1313
)}
1414
ref={ref}

www/src/index.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ body {
104104
&:-webkit-autofill:hover,
105105
&:-webkit-autofill:focus {
106106
-webkit-text-fill-color: hsl(var(--primary));
107-
-webkit-box-shadow: 0 0 0px 1000px transparent inset;
108107
transition: background-color 5000s ease-in-out 0s;
109108
background-color: transparent !important;
110109
}

0 commit comments

Comments
 (0)