+
Consulta de {selectedEvent.title}
diff --git a/susconecta/components/ui/input.tsx b/susconecta/components/ui/input.tsx
index 2437868..5c10f18 100644
--- a/susconecta/components/ui/input.tsx
+++ b/susconecta/components/ui/input.tsx
@@ -9,9 +9,9 @@ function Input({ className, type, ...props }: React.ComponentProps<"input">) {
data-slot="input"
className={cn(
"file:text-foreground placeholder:text-muted-foreground selection:bg-primary selection:text-primary-foreground dark:bg-input/30 flex h-9 w-full min-w-0 rounded-md bg-transparent px-3 py-1 text-base shadow-xs transition-[color,box-shadow] outline-none file:inline-flex file:h-7 file:border-0 file:bg-transparent file:text-sm file:font-medium disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50 md:text-sm",
- "border-2 border-gray-300 dark:border-gray-600",
- "focus-visible:border-primary focus-visible:ring-primary/20 focus-visible:ring-2",
- "hover:border-gray-400 dark:hover:border-gray-500",
+ "border border-gray-200/60 dark:border-gray-600/40",
+ "focus-visible:border-primary focus-visible:ring-primary/15 focus-visible:ring-1",
+ "hover:border-gray-300/70 dark:hover:border-gray-500/50",
"aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive aria-invalid:border-2",
className
)}
diff --git a/susconecta/components/ui/textarea.tsx b/susconecta/components/ui/textarea.tsx
index d28b3ce..e37dc04 100644
--- a/susconecta/components/ui/textarea.tsx
+++ b/susconecta/components/ui/textarea.tsx
@@ -8,9 +8,9 @@ function Textarea({ className, ...props }: React.ComponentProps<"textarea">) {
data-slot="textarea"
className={cn(
"placeholder:text-muted-foreground dark:bg-input/30 flex field-sizing-content min-h-16 w-full rounded-md bg-transparent px-3 py-2 text-base shadow-xs transition-[color,box-shadow] outline-none disabled:cursor-not-allowed disabled:opacity-50 md:text-sm",
- "border-2 border-gray-300 dark:border-gray-600",
- "focus-visible:border-primary focus-visible:ring-primary/20 focus-visible:ring-2",
- "hover:border-gray-400 dark:hover:border-gray-500",
+ "border border-gray-200/60 dark:border-gray-600/40",
+ "focus-visible:border-primary focus-visible:ring-primary/15 focus-visible:ring-1",
+ "hover:border-gray-300/70 dark:hover:border-gray-500/50",
"aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive aria-invalid:border-2",
className
)}
diff --git a/susconecta/next-env.d.ts b/susconecta/next-env.d.ts
index 830fb59..40c3d68 100644
--- a/susconecta/next-env.d.ts
+++ b/susconecta/next-env.d.ts
@@ -1,6 +1,5 @@
///
///
-///
// NOTE: This file should not be edited
-// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
+// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
diff --git a/susconecta/package-lock.json b/susconecta/package-lock.json
index 268ab68..bb4783c 100644
--- a/susconecta/package-lock.json
+++ b/susconecta/package-lock.json
@@ -9402,6 +9402,21 @@
"funding": {
"url": "https://github.com/sponsors/colinhacks"
}
+ },
+ "node_modules/@next/swc-win32-ia32-msvc": {
+ "version": "14.2.16",
+ "resolved": "https://registry.npmjs.org/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-14.2.16.tgz",
+ "integrity": "sha512-jhPl3nN0oKEshJBNDAo0etGMzv0j3q3VYorTSFqH1o3rwv1MQRdor27u1zhkgsHPNeY1jxcgyx1ZsCkDD1IHgg==",
+ "cpu": [
+ "ia32"
+ ],
+ "optional": true,
+ "os": [
+ "win32"
+ ],
+ "engines": {
+ "node": ">= 10"
+ }
}
}
}