diff --git a/src/App.tsx b/src/App.tsx index 2e131a1..1d524af 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -77,8 +77,8 @@ export default function App() { - - + + {routes.map(route => ( diff --git a/src/components/ui/input.tsx b/src/components/ui/input.tsx index ff87abc..69b64fb 100644 --- a/src/components/ui/input.tsx +++ b/src/components/ui/input.tsx @@ -8,7 +8,7 @@ const Input = React.forwardRef>( span]:line-clamp-1", + "flex h-9 w-full items-center justify-between whitespace-nowrap rounded-md border border-input bg-transparent px-3 py-2 text-sm shadow-sm ring-offset-background data-placeholder:text-neutral-300 focus:outline-none focus:ring-1 focus:ring-ring disabled:cursor-not-allowed disabled:opacity-50 [&>span]:line-clamp-1", className )} {...props} diff --git a/src/components/ui/textarea.tsx b/src/components/ui/textarea.tsx index 5efaebc..7f21b5e 100644 --- a/src/components/ui/textarea.tsx +++ b/src/components/ui/textarea.tsx @@ -7,7 +7,7 @@ function Textarea({ className, ...props }: React.ComponentProps<"textarea">) {