Skip to content

Commit

Permalink
fix input boxshadow
Browse files Browse the repository at this point in the history
  • Loading branch information
ordinalspractice committed Jan 19, 2025
1 parent f4f889e commit 5f599fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion www/src/components/ui/input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const Input = React.forwardRef<HTMLInputElement, React.ComponentProps<"input">>(
<input
type={type}
className={cn(
"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",
"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",
className
)}
ref={ref}
Expand Down
1 change: 0 additions & 1 deletion www/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ body {
&:-webkit-autofill:hover,
&:-webkit-autofill:focus {
-webkit-text-fill-color: hsl(var(--primary));
-webkit-box-shadow: 0 0 0px 1000px transparent inset;
transition: background-color 5000s ease-in-out 0s;
background-color: transparent !important;
}
Expand Down

0 comments on commit 5f599fd

Please sign in to comment.