From 72241570858c329b9d680a135cf6695c1c0de8c6 Mon Sep 17 00:00:00 2001 From: fullsizemalt <106900403+fullsizemalt@users.noreply.github.com> Date: Fri, 19 Dec 2025 18:01:07 -0800 Subject: [PATCH] fix(ui): Fix styling for Visitor Type dropdown - Added ChevronDown icon for better UX - Adjusted padding to prevent text overlapping with floating label - Fixed floating label position for non-empty select element - Restored missing AlertTriangle import --- frontend/src/components/aura/VisitorCheckIn.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/aura/VisitorCheckIn.tsx b/frontend/src/components/aura/VisitorCheckIn.tsx index bbbb099..dd1aa05 100644 --- a/frontend/src/components/aura/VisitorCheckIn.tsx +++ b/frontend/src/components/aura/VisitorCheckIn.tsx @@ -13,7 +13,8 @@ import { Shield, Trash2, Loader2, - AlertTriangle + AlertTriangle, + ChevronDown } from "lucide-react"; import { visitorsApi } from "@/lib/visitorsApi"; @@ -349,8 +350,11 @@ const VisitorCheckIn = ({ onBack, onSuccess }: VisitorCheckInProps) => { {/* Visitor Type Selector */}
+
+ +
-