diff --git a/src/components/DateRangePicker.tsx b/src/components/DateRangePicker.tsx index 39e0fca..2b37444 100644 --- a/src/components/DateRangePicker.tsx +++ b/src/components/DateRangePicker.tsx @@ -156,7 +156,7 @@ const DateRangePicker: React.FC = ({ dateRange, onChange, {/* Auto Refresh Dropdown */} {setRefreshInterval && onManualRefresh && ( -
+
diff --git a/src/pages/Products.tsx b/src/pages/Products.tsx index 0ee7118..608e0c8 100644 --- a/src/pages/Products.tsx +++ b/src/pages/Products.tsx @@ -86,7 +86,7 @@ const Products = () => { placeholder="Buscar por nome ou ID..." value={searchTerm} onChange={(e) => setSearchTerm(e.target.value)} - className="w-full md:w-64 bg-dark-card border border-dark-border text-dark-text rounded-xl pl-10 pr-4 py-2.5 focus:outline-none focus:border-brand-primary transition-colors shadow-sm" + className="w-full md:w-64 bg-dark-card border border-dark-border text-dark-text rounded-xl pl-10 pr-4 py-2.5 focus:outline-none focus:border-brand-primary hover:border-brand-primary transition-colors shadow-sm" />