diff --git a/app/globals.css b/app/globals.css index a5833cd..7dc2a24 100644 --- a/app/globals.css +++ b/app/globals.css @@ -151,7 +151,7 @@ input[type="date"]::-webkit-calendar-picker-indicator { box-shadow: 0 0 0 0 oklch(72% 0.14 135 / 0.55); } 60% { - box-shadow: 0 0 0 8px oklch(72% 0.14 135 / 0); + box-shadow: 0 0 0 6px oklch(72% 0.14 135 / 0); } } diff --git a/components/EngagementForm.tsx b/components/EngagementForm.tsx index a84a430..cc6e595 100644 --- a/components/EngagementForm.tsx +++ b/components/EngagementForm.tsx @@ -299,7 +299,7 @@ export function EngagementForm({ config, cid, cs }: EngagementFormProps) { }} /> )} -